Html Css Color HEX #11CBE7 Dark Turquoise

📋 copy color: '#11CBE7'

red 17 ◦ green 203 ◦ blue 231

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

Shades of Dark Turquoise #11CBE7

Tints of Dark Turquoise #11CBE7

RGB

 RED value IS 17 (7.03% from 255) = 3.77%

 GREEN value IS 203 (79.69% from 255) = 45.01%

 BLUE value IS 231 (90.63% from 255) = 51.22%

R = 3.77%
G = 45.01%
B = 51.22%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#11CBE7 (or 0x11CBE7) is known color: Dark Turquoise. HEX triplet: 11, CB and E7. RGB value is (17,203,231). Sum of RGB (Red+Green+Blue) = 17+203+231=451 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.77% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 231 (90.62% from 255 or 51.22% from 451); Max value from RGB is 231 - color contains mainly: blue. Hex color #11CBE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CBE7 is #EE3418. Grayscale: #969696. Windows color (decimal): -15610905 or 15190801. OLE color: 15190801.

HSL color Cylindrical-coordinate representation of color #11CBE7: hue angle of 187.85º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CBE7 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 17 203 231 -
CMYK 0.93 0.12 0 0.09
HSL 187.85º 0.86% 0.49% -
HSV(B) 187.85º 0.93% 0.91% -
XYZ 36.01 48.6 83.08 -
YUV 150.58 173.38 32.72 -
System Red Green Blue C M Y K H S L
Decimal 17 203 231 0.93 0.12 0 0.09 187.85 0.86 0.49
Hex 11 CB E7 5D C 0 9 BC 56 31
Octal 21 313 347 135 14 0 11 274 126 61
Binary 10001 11001011 11100111 1011101 1100 0 1001 10111100 1010110 110001

Color Harmonies of #11CBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CBE7

Black with #11CBE7

Text Example


Text Example

White with #11CBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11CBE7; }

 p { color: rgb(17,203,231); }

 H1.HeaderClassName
 {
   color: #11CBE7;
 }
 .AnyTagClassName
 {
   color: #11CBE7;
 }
</style>

background-color css

<style>
 a { background-color: #11CBE7; }

 a { background-color: rgb(17,203,231); }

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

border-color css

<style>
 span { border-color: #11CBE7; }

 span { border-color: rgb(17,203,231); }

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