Html Css Color HEX #10CFEA Dark Turquoise

📋 copy color: '#10CFEA'

red 16 ◦ green 207 ◦ blue 234

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

Shades of Dark Turquoise #10CFEA

Tints of Dark Turquoise #10CFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 3.5%
G = 45.3%
B = 51.2%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10CFEA (or 0x10CFEA) is known color: Dark Turquoise. HEX triplet: 10, CF and EA. RGB value is (16,207,234). Sum of RGB (Red+Green+Blue) = 16+207+234=457 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.50% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #10CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CFEA is #EF3015. Grayscale: #989898. Windows color (decimal): -15675414 or 15388432. OLE color: 15388432.

HSL color Cylindrical-coordinate representation of color #10CFEA: hue angle of 187.43º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CFEA is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 207 234 -
CMYK 0.93 0.12 0 0.08
HSL 187.43º 0.87% 0.49% -
HSV(B) 187.43º 0.93% 0.92% -
XYZ 37.38 50.68 85.65 -
YUV 152.97 173.72 30.3 -
System Red Green Blue C M Y K H S L
Decimal 16 207 234 0.93 0.12 0 0.08 187.43 0.87 0.49
Hex 10 CF EA 5D C 0 8 BB 57 31
Octal 20 317 352 135 14 0 10 273 127 61
Binary 10000 11001111 11101010 1011101 1100 0 1000 10111011 1010111 110001

Color Harmonies of #10CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CFEA

Black with #10CFEA

Text Example


Text Example

White with #10CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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