Html Css Color HEX #15CBE9 Dark Turquoise

📋 copy color: '#15CBE9'

red 21 ◦ green 203 ◦ blue 233

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

Shades of Dark Turquoise #15CBE9

Tints of Dark Turquoise #15CBE9

RGB

 RED value IS 21 (8.59% from 255) = 4.6%

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

 BLUE value IS 233 (91.41% from 255) = 50.98%

R = 4.6%
G = 44.42%
B = 50.98%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#15CBE9 (or 0x15CBE9) is known color: Dark Turquoise. HEX triplet: 15, CB and E9. RGB value is (21,203,233). Sum of RGB (Red+Green+Blue) = 21+203+233=457 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.60% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #15CBE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CBE9 is #EA3416. Grayscale: #979797. Windows color (decimal): -15348759 or 15321877. OLE color: 15321877.

HSL color Cylindrical-coordinate representation of color #15CBE9: hue angle of 188.49º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CBE9 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 203 233 -
CMYK 0.91 0.13 0 0.09
HSL 188.49º 0.83% 0.5% -
HSV(B) 188.49º 0.91% 0.91% -
XYZ 36.37 48.75 84.58 -
YUV 152 173.7 34.56 -
System Red Green Blue C M Y K H S L
Decimal 21 203 233 0.91 0.13 0 0.09 188.49 0.83 0.5
Hex 15 CB E9 5B D 0 9 BC 53 32
Octal 25 313 351 133 15 0 11 274 123 62
Binary 10101 11001011 11101001 1011011 1101 0 1001 10111100 1010011 110010

Color Harmonies of #15CBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CBE9

Black with #15CBE9

Text Example


Text Example

White with #15CBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15CBE9; }

 p { color: rgb(21,203,233); }

 H1.HeaderClassName
 {
   color: #15CBE9;
 }
 .AnyTagClassName
 {
   color: #15CBE9;
 }
</style>

background-color css

<style>
 a { background-color: #15CBE9; }

 a { background-color: rgb(21,203,233); }

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

border-color css

<style>
 span { border-color: #15CBE9; }

 span { border-color: rgb(21,203,233); }

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