Html Css Color HEX #10DEDF Bright Turquoise

📋 copy color: '#10DEDF'

red 16 ◦ green 222 ◦ blue 223

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

Shades of Bright Turquoise #10DEDF

Tints of Bright Turquoise #10DEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 3.47%
G = 48.16%
B = 48.37%

CMYK

 C value IS 0.93

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10DEDF (or 0x10DEDF) is known color: Bright Turquoise. HEX triplet: 10, DE and DF. RGB value is (16,222,223). Sum of RGB (Red+Green+Blue) = 16+222+223=461 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.47% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #10DEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DEDF is #EF2120. Grayscale: #A0A0A0. Windows color (decimal): -15671585 or 14671376. OLE color: 14671376.

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

Color convert

RGB 16 222 223 -
CMYK 0.93 0.00 0 0.13
HSL 180.29º 0.87% 0.47% -
HSV(B) 180.29º 0.93% 0.87% -
XYZ 39.65 57.68 78.86 -
YUV 160.52 163.25 24.92 -
System Red Green Blue C M Y K H S L
Decimal 16 222 223 0.93 0.00 0 0.13 180.29 0.87 0.47
Hex 10 DE DF 5D 0 0 D B4 57 2F
Octal 20 336 337 135 0 0 15 264 127 57
Binary 10000 11011110 11011111 1011101 0 0 1101 10110100 1010111 101111

Color Harmonies of #10DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DEDF

Black with #10DEDF

Text Example


Text Example

White with #10DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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