Html Css Color HEX #15CFE1 Dark Turquoise

📋 copy color: '#15CFE1'

red 21 ◦ green 207 ◦ blue 225

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

Shades of Dark Turquoise #15CFE1

Tints of Dark Turquoise #15CFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.67%

R = 4.64%
G = 45.7%
B = 49.67%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#15CFE1 (or 0x15CFE1) is known color: Dark Turquoise. HEX triplet: 15, CF and E1. RGB value is (21,207,225). Sum of RGB (Red+Green+Blue) = 21+207+225=453 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.64% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #15CFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CFE1 is #EA301E. Grayscale: #999999. Windows color (decimal): -15347743 or 14798613. OLE color: 14798613.

HSL color Cylindrical-coordinate representation of color #15CFE1: hue angle of 185.29º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CFE1 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 207 225 -
CMYK 0.91 0.08 0 0.12
HSL 185.29º 0.83% 0.48% -
HSV(B) 185.29º 0.91% 0.88% -
XYZ 36.21 50.22 79.02 -
YUV 153.44 168.38 33.54 -
System Red Green Blue C M Y K H S L
Decimal 21 207 225 0.91 0.08 0 0.12 185.29 0.83 0.48
Hex 15 CF E1 5B 8 0 C B9 53 30
Octal 25 317 341 133 10 0 14 271 123 60
Binary 10101 11001111 11100001 1011011 1000 0 1100 10111001 1010011 110000

Color Harmonies of #15CFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CFE1

Black with #15CFE1

Text Example


Text Example

White with #15CFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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