Html Css Color HEX #38CFDB Medium Turquoise

📋 copy color: '#38CFDB'

red 56 ◦ green 207 ◦ blue 219

#38CFDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #38CFDB

Tints of Medium Turquoise #38CFDB

RGB

 RED value IS 56 (22.27% from 255) = 11.62%

 GREEN value IS 207 (81.25% from 255) = 42.95%

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 11.62%
G = 42.95%
B = 45.44%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38CFDB (or 0x38CFDB) is known color: Medium Turquoise. HEX triplet: 38, CF and DB. RGB value is (56,207,219). Sum of RGB (Red+Green+Blue) = 56+207+219=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #38CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFDB is #C73024. Grayscale: #A3A3A3. Windows color (decimal): -13053989 or 14405432. OLE color: 14405432.

HSL color Cylindrical-coordinate representation of color #38CFDB: hue angle of 184.42º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38CFDB is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 207 219 -
CMYK 0.74 0.05 0 0.14
HSL 184.42º 0.69% 0.54% -
HSV(B) 184.42º 0.74% 0.86% -
XYZ 36.73 50.58 74.85 -
YUV 163.22 159.47 51.52 -
System Red Green Blue C M Y K H S L
Decimal 56 207 219 0.74 0.05 0 0.14 184.42 0.69 0.54
Hex 38 CF DB 4A 5 0 E B8 45 36
Octal 70 317 333 112 5 0 16 270 105 66
Binary 111000 11001111 11011011 1001010 101 0 1110 10111000 1000101 110110

Color Harmonies of #38CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CFDB

Black with #38CFDB

Text Example


Text Example

White with #38CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38CFDB; }

 p { color: rgb(56,207,219); }

 H1.HeaderClassName
 {
   color: #38CFDB;
 }
 .AnyTagClassName
 {
   color: #38CFDB;
 }
</style>

background-color css

<style>
 a { background-color: #38CFDB; }

 a { background-color: rgb(56,207,219); }

 div.DivClassName
 {
   background-color: #38CFDB;
 }
 .BgClassName
 {
   background-color: #38CFDB;
 }
</style>

border-color css

<style>
 span { border-color: #38CFDB; }

 span { border-color: rgb(56,207,219); }

 td.TdClassName
 {
   border-color: #38CFDB;
 }
 .TagClassName
 {
   border-color: #38CFDB;
 }
</style>