Html Css Color HEX #10EDDB Bright Turquoise

📋 copy color: '#10EDDB'

red 16 ◦ green 237 ◦ blue 219

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

Shades of Bright Turquoise #10EDDB

Tints of Bright Turquoise #10EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.21%

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 3.39%
G = 50.21%
B = 46.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#10EDDB (or 0x10EDDB) is known color: Bright Turquoise. HEX triplet: 10, ED and DB. RGB value is (16,237,219). Sum of RGB (Red+Green+Blue) = 16+237+219=472 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.39% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #10EDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EDDB is #EF1224. Grayscale: #A8A8A8. Windows color (decimal): -15667749 or 14413072. OLE color: 14413072.

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

Color convert

RGB 16 237 219 -
CMYK 0.93 0 0.08 0.07
HSL 175.11º 0.87% 0.5% -
HSV(B) 175.11º 0.93% 0.93% -
XYZ 43.28 65.79 77.44 -
YUV 168.87 156.28 18.96 -
System Red Green Blue C M Y K H S L
Decimal 16 237 219 0.93 0 0.08 0.07 175.11 0.87 0.5
Hex 10 ED DB 5D 0 8 7 AF 57 32
Octal 20 355 333 135 0 10 7 257 127 62
Binary 10000 11101101 11011011 1011101 0 1000 111 10101111 1010111 110010

Color Harmonies of #10EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EDDB

Black with #10EDDB

Text Example


Text Example

White with #10EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,237,219); }

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

background-color css

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

 a { background-color: rgb(16,237,219); }

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

border-color css

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

 span { border-color: rgb(16,237,219); }

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