Html Css Color HEX #1BCEDD Dark Turquoise

📋 copy color: '#1BCEDD'

red 27 ◦ green 206 ◦ blue 221

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

Shades of Dark Turquoise #1BCEDD

Tints of Dark Turquoise #1BCEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.37%

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 5.95%
G = 45.37%
B = 48.68%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1BCEDD (or 0x1BCEDD) is known color: Dark Turquoise. HEX triplet: 1B, CE and DD. RGB value is (27,206,221). Sum of RGB (Red+Green+Blue) = 27+206+221=454 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.95% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BCEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCEDD is #E43122. Grayscale: #999999. Windows color (decimal): -14954787 or 14536219. OLE color: 14536219.

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

Color convert

RGB 27 206 221 -
CMYK 0.88 0.07 0 0.13
HSL 184.64º 0.78% 0.49% -
HSV(B) 184.64º 0.88% 0.87% -
XYZ 35.57 49.6 76.1 -
YUV 154.19 165.7 37.28 -
System Red Green Blue C M Y K H S L
Decimal 27 206 221 0.88 0.07 0 0.13 184.64 0.78 0.49
Hex 1B CE DD 58 7 0 D B9 4E 31
Octal 33 316 335 130 7 0 15 271 116 61
Binary 11011 11001110 11011101 1011000 111 0 1101 10111001 1001110 110001

Color Harmonies of #1BCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCEDD

Black with #1BCEDD

Text Example


Text Example

White with #1BCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,206,221); }

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

background-color css

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

 a { background-color: rgb(27,206,221); }

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

border-color css

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

 span { border-color: rgb(27,206,221); }

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