Html Css Color HEX #10CFE9 Dark Turquoise

📋 copy color: '#10CFE9'

red 16 ◦ green 207 ◦ blue 233

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

Shades of Dark Turquoise #10CFE9

Tints of Dark Turquoise #10CFE9

RGB

 RED value IS 16 (6.64% from 255) = 3.51%

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

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

R = 3.51%
G = 45.39%
B = 51.1%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#10CFE9 (or 0x10CFE9) is known color: Dark Turquoise. HEX triplet: 10, CF and E9. RGB value is (16,207,233). Sum of RGB (Red+Green+Blue) = 16+207+233=456 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.51% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #10CFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CFE9 is #EF3016. Grayscale: #989898. Windows color (decimal): -15675415 or 15322896. OLE color: 15322896.

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

Color convert

RGB 16 207 233 -
CMYK 0.93 0.11 0 0.09
HSL 187.19º 0.87% 0.49% -
HSV(B) 187.19º 0.93% 0.91% -
XYZ 37.23 50.62 84.9 -
YUV 152.86 173.22 30.39 -
System Red Green Blue C M Y K H S L
Decimal 16 207 233 0.93 0.11 0 0.09 187.19 0.87 0.49
Hex 10 CF E9 5D B 0 9 BB 57 31
Octal 20 317 351 135 13 0 11 273 127 61
Binary 10000 11001111 11101001 1011101 1011 0 1001 10111011 1010111 110001

Color Harmonies of #10CFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CFE9

Black with #10CFE9

Text Example


Text Example

White with #10CFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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