Html Css Color HEX #10DED4 Bright Turquoise

📋 copy color: '#10DED4'

red 16 ◦ green 222 ◦ blue 212

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

Shades of Bright Turquoise #10DED4

Tints of Bright Turquoise #10DED4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.33%

 BLUE value IS 212 (83.2% from 255) = 47.11%

R = 3.56%
G = 49.33%
B = 47.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#10DED4 (or 0x10DED4) is known color: Bright Turquoise. HEX triplet: 10, DE and D4. RGB value is (16,222,212). Sum of RGB (Red+Green+Blue) = 16+222+212=450 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #10DED4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DED4 is #EF212B. Grayscale: #9F9F9F. Windows color (decimal): -15671596 or 13950480. OLE color: 13950480.

HSL color Cylindrical-coordinate representation of color #10DED4: hue angle of 177.09º 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 #10DED4 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 222 212 -
CMYK 0.93 0 0.05 0.13
HSL 177.09º 0.87% 0.47% -
HSV(B) 177.09º 0.93% 0.87% -
XYZ 38.22 57.11 71.3 -
YUV 159.27 157.75 25.81 -
System Red Green Blue C M Y K H S L
Decimal 16 222 212 0.93 0 0.05 0.13 177.09 0.87 0.47
Hex 10 DE D4 5D 0 5 D B1 57 2F
Octal 20 336 324 135 0 5 15 261 127 57
Binary 10000 11011110 11010100 1011101 0 101 1101 10110001 1010111 101111

Color Harmonies of #10DED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DED4

Black with #10DED4

Text Example


Text Example

White with #10DED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,222,212); }

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

background-color css

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

 a { background-color: rgb(16,222,212); }

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

border-color css

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

 span { border-color: rgb(16,222,212); }

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