Html Css Color HEX #1CCECF Dark Turquoise

📋 copy color: '#1CCECF'

red 28 ◦ green 206 ◦ blue 207

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

Shades of Dark Turquoise #1CCECF

Tints of Dark Turquoise #1CCECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.71%

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

R = 6.35%
G = 46.71%
B = 46.94%

CMYK

 C value IS 0.86

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1CCECF (or 0x1CCECF) is known color: Dark Turquoise. HEX triplet: 1C, CE and CF. RGB value is (28,206,207). Sum of RGB (Red+Green+Blue) = 28+206+207=441 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.35% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #1CCECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCECF is #E33130. Grayscale: #989898. Windows color (decimal): -14889265 or 13618716. OLE color: 13618716.

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

Color convert

RGB 28 206 207 -
CMYK 0.86 0.00 0 0.19
HSL 180.34º 0.76% 0.46% -
HSV(B) 180.34º 0.86% 0.81% -
XYZ 33.81 48.89 66.69 -
YUV 152.89 158.53 38.92 -
System Red Green Blue C M Y K H S L
Decimal 28 206 207 0.86 0.00 0 0.19 180.34 0.76 0.46
Hex 1C CE CF 56 0 0 13 B4 4C 2E
Octal 34 316 317 126 0 0 23 264 114 56
Binary 11100 11001110 11001111 1010110 0 0 10011 10110100 1001100 101110

Color Harmonies of #1CCECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCECF

Black with #1CCECF

Text Example


Text Example

White with #1CCECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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