Html Css Color HEX #1CCCCF Dark Turquoise

📋 copy color: '#1CCCCF'

red 28 ◦ green 204 ◦ blue 207

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

Shades of Dark Turquoise #1CCCCF

Tints of Dark Turquoise #1CCCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.47%

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

R = 6.38%
G = 46.47%
B = 47.15%

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

#1CCCCF (or 0x1CCCCF) is known color: Dark Turquoise. HEX triplet: 1C, CC and CF. RGB value is (28,204,207). Sum of RGB (Red+Green+Blue) = 28+204+207=439 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.38% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #1CCCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCCF is #E33330. Grayscale: #979797. Windows color (decimal): -14889777 or 13618204. OLE color: 13618204.

HSL color Cylindrical-coordinate representation of color #1CCCCF: hue angle of 181.01º 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 #1CCCCF is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 204 207 -
CMYK 0.86 0.01 0 0.19
HSL 181.01º 0.76% 0.46% -
HSV(B) 181.01º 0.86% 0.81% -
XYZ 33.33 47.94 66.53 -
YUV 151.72 159.19 39.76 -
System Red Green Blue C M Y K H S L
Decimal 28 204 207 0.86 0.01 0 0.19 181.01 0.76 0.46
Hex 1C CC CF 56 1 0 13 B5 4C 2E
Octal 34 314 317 126 1 0 23 265 114 56
Binary 11100 11001100 11001111 1010110 1 0 10011 10110101 1001100 101110

Color Harmonies of #1CCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCCF

Black with #1CCCCF

Text Example


Text Example

White with #1CCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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