Html Css Color HEX #10CDDB Dark Turquoise

📋 copy color: '#10CDDB'

red 16 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #10CDDB

Tints of Dark Turquoise #10CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.59%

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

R = 3.64%
G = 46.59%
B = 49.77%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10CDDB (or 0x10CDDB) is known color: Dark Turquoise. HEX triplet: 10, CD and DB. RGB value is (16,205,219). Sum of RGB (Red+Green+Blue) = 16+205+219=440 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #10CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDDB is #EF3224. Grayscale: #959595. Windows color (decimal): -15675941 or 14404880. OLE color: 14404880.

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

Color convert

RGB 16 205 219 -
CMYK 0.93 0.06 0 0.14
HSL 184.14º 0.86% 0.46% -
HSV(B) 184.14º 0.93% 0.86% -
XYZ 34.83 48.89 74.62 -
YUV 150.09 166.88 32.36 -
System Red Green Blue C M Y K H S L
Decimal 16 205 219 0.93 0.06 0 0.14 184.14 0.86 0.46
Hex 10 CD DB 5D 6 0 E B8 56 2E
Octal 20 315 333 135 6 0 16 270 126 56
Binary 10000 11001101 11011011 1011101 110 0 1110 10111000 1010110 101110

Color Harmonies of #10CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CDDB

Black with #10CDDB

Text Example


Text Example

White with #10CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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