Html Css Color HEX #1CCDCF Dark Turquoise

📋 copy color: '#1CCDCF'

red 28 ◦ green 205 ◦ blue 207

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

Shades of Dark Turquoise #1CCDCF

Tints of Dark Turquoise #1CCDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 6.36%
G = 46.59%
B = 47.05%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1CCDCF (or 0x1CCDCF) is known color: Dark Turquoise. HEX triplet: 1C, CD and CF. RGB value is (28,205,207). Sum of RGB (Red+Green+Blue) = 28+205+207=440 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.36% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #1CCDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCDCF is #E33230. Grayscale: #989898. Windows color (decimal): -14889521 or 13618460. OLE color: 13618460.

HSL color Cylindrical-coordinate representation of color #1CCDCF: hue angle of 180.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCDCF is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 205 207 -
CMYK 0.86 0.01 0 0.19
HSL 180.67º 0.76% 0.46% -
HSV(B) 180.67º 0.86% 0.81% -
XYZ 33.57 48.41 66.61 -
YUV 152.31 158.86 39.34 -
System Red Green Blue C M Y K H S L
Decimal 28 205 207 0.86 0.01 0 0.19 180.67 0.76 0.46
Hex 1C CD CF 56 1 0 13 B5 4C 2E
Octal 34 315 317 126 1 0 23 265 114 56
Binary 11100 11001101 11001111 1010110 1 0 10011 10110101 1001100 101110

Color Harmonies of #1CCDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCDCF

Black with #1CCDCF

Text Example


Text Example

White with #1CCDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,205,207); }

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

background-color css

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

 a { background-color: rgb(28,205,207); }

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

border-color css

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

 span { border-color: rgb(28,205,207); }

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