Html Css Color HEX #1CCDE7 Dark Turquoise

📋 copy color: '#1CCDE7'

red 28 ◦ green 205 ◦ blue 231

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

Shades of Dark Turquoise #1CCDE7

Tints of Dark Turquoise #1CCDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.78%

R = 6.03%
G = 44.18%
B = 49.78%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1CCDE7 (or 0x1CCDE7) is known color: Dark Turquoise. HEX triplet: 1C, CD and E7. RGB value is (28,205,231). Sum of RGB (Red+Green+Blue) = 28+205+231=464 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.03% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #1CCDE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCDE7 is #E33218. Grayscale: #9A9A9A. Windows color (decimal): -14889497 or 15191324. OLE color: 15191324.

HSL color Cylindrical-coordinate representation of color #1CCDE7: hue angle of 187.68º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCDE7 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 28 205 231 -
CMYK 0.88 0.11 0 0.09
HSL 187.68º 0.81% 0.51% -
HSV(B) 187.68º 0.88% 0.91% -
XYZ 36.73 49.68 83.25 -
YUV 155.04 170.86 37.39 -
System Red Green Blue C M Y K H S L
Decimal 28 205 231 0.88 0.11 0 0.09 187.68 0.81 0.51
Hex 1C CD E7 58 B 0 9 BC 51 33
Octal 34 315 347 130 13 0 11 274 121 63
Binary 11100 11001101 11100111 1011000 1011 0 1001 10111100 1010001 110011

Color Harmonies of #1CCDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCDE7

Black with #1CCDE7

Text Example


Text Example

White with #1CCDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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