Html Css Color HEX #10DFEF Bright Turquoise

📋 copy color: '#10DFEF'

red 16 ◦ green 223 ◦ blue 239

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

Shades of Bright Turquoise #10DFEF

Tints of Bright Turquoise #10DFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50%

R = 3.35%
G = 46.65%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10DFEF (or 0x10DFEF) is known color: Bright Turquoise. HEX triplet: 10, DF and EF. RGB value is (16,223,239). Sum of RGB (Red+Green+Blue) = 16+223+239=478 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #10DFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DFEF is #EF2010. Grayscale: #A2A2A2. Windows color (decimal): -15671313 or 15720208. OLE color: 15720208.

HSL color Cylindrical-coordinate representation of color #10DFEF: hue angle of 184.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFEF is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 223 239 -
CMYK 0.93 0.07 0 0.06
HSL 184.3º 0.87% 0.5% -
HSV(B) 184.3º 0.93% 0.94% -
XYZ 42.18 59.12 90.85 -
YUV 162.93 170.92 23.2 -
System Red Green Blue C M Y K H S L
Decimal 16 223 239 0.93 0.07 0 0.06 184.3 0.87 0.5
Hex 10 DF EF 5D 7 0 6 B8 57 32
Octal 20 337 357 135 7 0 6 270 127 62
Binary 10000 11011111 11101111 1011101 111 0 110 10111000 1010111 110010

Color Harmonies of #10DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DFEF

Black with #10DFEF

Text Example


Text Example

White with #10DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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