Html Css Color HEX #10EBDB Bright Turquoise

📋 copy color: '#10EBDB'

red 16 ◦ green 235 ◦ blue 219

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

Shades of Bright Turquoise #10EBDB

Tints of Bright Turquoise #10EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50%

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

R = 3.4%
G = 50%
B = 46.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#10EBDB (or 0x10EBDB) is known color: Bright Turquoise. HEX triplet: 10, EB and DB. RGB value is (16,235,219). Sum of RGB (Red+Green+Blue) = 16+235+219=470 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #10EBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EBDB is #EF1424. Grayscale: #A7A7A7. Windows color (decimal): -15668261 or 14412560. OLE color: 14412560.

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

Color convert

RGB 16 235 219 -
CMYK 0.93 0 0.07 0.08
HSL 175.62º 0.87% 0.49% -
HSV(B) 175.62º 0.93% 0.92% -
XYZ 42.71 64.64 77.24 -
YUV 167.7 156.95 19.8 -
System Red Green Blue C M Y K H S L
Decimal 16 235 219 0.93 0 0.07 0.08 175.62 0.87 0.49
Hex 10 EB DB 5D 0 7 8 B0 57 31
Octal 20 353 333 135 0 7 10 260 127 61
Binary 10000 11101011 11011011 1011101 0 111 1000 10110000 1010111 110001

Color Harmonies of #10EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EBDB

Black with #10EBDB

Text Example


Text Example

White with #10EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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