Html Css Color HEX #1CD6E8 Bright Turquoise

📋 copy color: '#1CD6E8'

red 28 ◦ green 214 ◦ blue 232

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

Shades of Bright Turquoise #1CD6E8

Tints of Bright Turquoise #1CD6E8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.15%

 BLUE value IS 232 (91.02% from 255) = 48.95%

R = 5.91%
G = 45.15%
B = 48.95%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1CD6E8 (or 0x1CD6E8) is known color: Bright Turquoise. HEX triplet: 1C, D6 and E8. RGB value is (28,214,232). Sum of RGB (Red+Green+Blue) = 28+214+232=474 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.91% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #1CD6E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CD6E8 is #E32917. Grayscale: #A0A0A0. Windows color (decimal): -14887192 or 15259164. OLE color: 15259164.

HSL color Cylindrical-coordinate representation of color #1CD6E8: hue angle of 185.29º degrees, saturation: 0.82, 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 #1CD6E8 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 28 214 232 -
CMYK 0.88 0.08 0 0.09
HSL 185.29º 0.82% 0.51% -
HSV(B) 185.29º 0.88% 0.91% -
XYZ 39.09 54.17 84.74 -
YUV 160.44 168.38 33.54 -
System Red Green Blue C M Y K H S L
Decimal 28 214 232 0.88 0.08 0 0.09 185.29 0.82 0.51
Hex 1C D6 E8 58 8 0 9 B9 52 33
Octal 34 326 350 130 10 0 11 271 122 63
Binary 11100 11010110 11101000 1011000 1000 0 1001 10111001 1010010 110011

Color Harmonies of #1CD6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD6E8

Black with #1CD6E8

Text Example


Text Example

White with #1CD6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,214,232); }

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

background-color css

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

 a { background-color: rgb(28,214,232); }

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

border-color css

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

 span { border-color: rgb(28,214,232); }

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