Html Css Color HEX #10DFCE Bright Turquoise

📋 copy color: '#10DFCE'

red 16 ◦ green 223 ◦ blue 206

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

Shades of Bright Turquoise #10DFCE

Tints of Bright Turquoise #10DFCE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.11%

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 3.6%
G = 50.11%
B = 46.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#10DFCE (or 0x10DFCE) is known color: Bright Turquoise. HEX triplet: 10, DF and CE. RGB value is (16,223,206). Sum of RGB (Red+Green+Blue) = 16+223+206=445 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #10DFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DFCE is #EF2031. Grayscale: #9F9F9F. Windows color (decimal): -15671346 or 13557520. OLE color: 13557520.

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

Color convert

RGB 16 223 206 -
CMYK 0.93 0 0.08 0.13
HSL 175.07º 0.87% 0.47% -
HSV(B) 175.07º 0.93% 0.87% -
XYZ 37.74 57.34 67.47 -
YUV 159.17 154.42 25.88 -
System Red Green Blue C M Y K H S L
Decimal 16 223 206 0.93 0 0.08 0.13 175.07 0.87 0.47
Hex 10 DF CE 5D 0 8 D AF 57 2F
Octal 20 337 316 135 0 10 15 257 127 57
Binary 10000 11011111 11001110 1011101 0 1000 1101 10101111 1010111 101111

Color Harmonies of #10DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DFCE

Black with #10DFCE

Text Example


Text Example

White with #10DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,223,206); }

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

background-color css

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

 a { background-color: rgb(16,223,206); }

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

border-color css

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

 span { border-color: rgb(16,223,206); }

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