Html Css Color HEX #1CD0DF Dark Turquoise

📋 copy color: '#1CD0DF'

red 28 ◦ green 208 ◦ blue 223

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

Shades of Dark Turquoise #1CD0DF

Tints of Dark Turquoise #1CD0DF

RGB

 RED value IS 28 (11.33% from 255) = 6.1%

 GREEN value IS 208 (81.64% from 255) = 45.32%

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 6.1%
G = 45.32%
B = 48.58%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1CD0DF (or 0x1CD0DF) is known color: Dark Turquoise. HEX triplet: 1C, D0 and DF. RGB value is (28,208,223). Sum of RGB (Red+Green+Blue) = 28+208+223=459 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.10% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CD0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD0DF is #E32F20. Grayscale: #9B9B9B. Windows color (decimal): -14888737 or 14667804. OLE color: 14667804.

HSL color Cylindrical-coordinate representation of color #1CD0DF: hue angle of 184.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD0DF is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 208 223 -
CMYK 0.87 0.07 0 0.13
HSL 184.62º 0.78% 0.49% -
HSV(B) 184.62º 0.87% 0.87% -
XYZ 36.35 50.69 77.68 -
YUV 155.89 165.87 36.78 -
System Red Green Blue C M Y K H S L
Decimal 28 208 223 0.87 0.07 0 0.13 184.62 0.78 0.49
Hex 1C D0 DF 57 7 0 D B9 4E 31
Octal 34 320 337 127 7 0 15 271 116 61
Binary 11100 11010000 11011111 1010111 111 0 1101 10111001 1001110 110001

Color Harmonies of #1CD0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD0DF

Black with #1CD0DF

Text Example


Text Example

White with #1CD0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CD0DF; }

 p { color: rgb(28,208,223); }

 H1.HeaderClassName
 {
   color: #1CD0DF;
 }
 .AnyTagClassName
 {
   color: #1CD0DF;
 }
</style>

background-color css

<style>
 a { background-color: #1CD0DF; }

 a { background-color: rgb(28,208,223); }

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

border-color css

<style>
 span { border-color: #1CD0DF; }

 span { border-color: rgb(28,208,223); }

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