Html Css Color HEX #15CFE9 Dark Turquoise

📋 copy color: '#15CFE9'

red 21 ◦ green 207 ◦ blue 233

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

Shades of Dark Turquoise #15CFE9

Tints of Dark Turquoise #15CFE9

RGB

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

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

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

R = 4.56%
G = 44.9%
B = 50.54%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#15CFE9 (or 0x15CFE9) is known color: Dark Turquoise. HEX triplet: 15, CF and E9. RGB value is (21,207,233). Sum of RGB (Red+Green+Blue) = 21+207+233=461 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.56% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #15CFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CFE9 is #EA3016. Grayscale: #9A9A9A. Windows color (decimal): -15347735 or 15322901. OLE color: 15322901.

HSL color Cylindrical-coordinate representation of color #15CFE9: hue angle of 187.36º 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 #15CFE9 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 207 233 -
CMYK 0.91 0.11 0 0.09
HSL 187.36º 0.83% 0.5% -
HSV(B) 187.36º 0.91% 0.91% -
XYZ 37.33 50.67 84.9 -
YUV 154.35 172.38 32.89 -
System Red Green Blue C M Y K H S L
Decimal 21 207 233 0.91 0.11 0 0.09 187.36 0.83 0.5
Hex 15 CF E9 5B B 0 9 BB 53 32
Octal 25 317 351 133 13 0 11 273 123 62
Binary 10101 11001111 11101001 1011011 1011 0 1001 10111011 1010011 110010

Color Harmonies of #15CFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CFE9

Black with #15CFE9

Text Example


Text Example

White with #15CFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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