Html Css Color HEX #1BCFE0 Dark Turquoise

📋 copy color: '#1BCFE0'

red 27 ◦ green 207 ◦ blue 224

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

Shades of Dark Turquoise #1BCFE0

Tints of Dark Turquoise #1BCFE0

RGB

 RED value IS 27 (10.94% from 255) = 5.9%

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

 BLUE value IS 224 (87.89% from 255) = 48.91%

R = 5.9%
G = 45.2%
B = 48.91%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1BCFE0 (or 0x1BCFE0) is known color: Dark Turquoise. HEX triplet: 1B, CF and E0. RGB value is (27,207,224). Sum of RGB (Red+Green+Blue) = 27+207+224=458 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.90% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #1BCFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCFE0 is #E4301F. Grayscale: #9A9A9A. Windows color (decimal): -14954528 or 14733083. OLE color: 14733083.

HSL color Cylindrical-coordinate representation of color #1BCFE0: hue angle of 185.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCFE0 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 207 224 -
CMYK 0.88 0.08 0 0.12
HSL 185.18º 0.78% 0.49% -
HSV(B) 185.18º 0.88% 0.88% -
XYZ 36.22 50.24 78.31 -
YUV 155.12 166.87 36.62 -
System Red Green Blue C M Y K H S L
Decimal 27 207 224 0.88 0.08 0 0.12 185.18 0.78 0.49
Hex 1B CF E0 58 8 0 C B9 4E 31
Octal 33 317 340 130 10 0 14 271 116 61
Binary 11011 11001111 11100000 1011000 1000 0 1100 10111001 1001110 110001

Color Harmonies of #1BCFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCFE0

Black with #1BCFE0

Text Example


Text Example

White with #1BCFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BCFE0; }

 p { color: rgb(27,207,224); }

 H1.HeaderClassName
 {
   color: #1BCFE0;
 }
 .AnyTagClassName
 {
   color: #1BCFE0;
 }
</style>

background-color css

<style>
 a { background-color: #1BCFE0; }

 a { background-color: rgb(27,207,224); }

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

border-color css

<style>
 span { border-color: #1BCFE0; }

 span { border-color: rgb(27,207,224); }

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