Html Css Color HEX #10CBDB Dark Turquoise

📋 copy color: '#10CBDB'

red 16 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #10CBDB

Tints of Dark Turquoise #10CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.35%

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

R = 3.65%
G = 46.35%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10CBDB (or 0x10CBDB) is known color: Dark Turquoise. HEX triplet: 10, CB and DB. RGB value is (16,203,219). Sum of RGB (Red+Green+Blue) = 16+203+219=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #10CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CBDB is #EF3424. Grayscale: #949494. Windows color (decimal): -15676453 or 14404368. OLE color: 14404368.

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

Color convert

RGB 16 203 219 -
CMYK 0.93 0.07 0 0.14
HSL 184.73º 0.86% 0.46% -
HSV(B) 184.73º 0.93% 0.86% -
XYZ 34.36 47.94 74.46 -
YUV 148.91 167.55 33.2 -
System Red Green Blue C M Y K H S L
Decimal 16 203 219 0.93 0.07 0 0.14 184.73 0.86 0.46
Hex 10 CB DB 5D 7 0 E B9 56 2E
Octal 20 313 333 135 7 0 16 271 126 56
Binary 10000 11001011 11011011 1011101 111 0 1110 10111001 1010110 101110

Color Harmonies of #10CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CBDB

Black with #10CBDB

Text Example


Text Example

White with #10CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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