Html Css Color HEX #1CE5D8 Bright Turquoise

📋 copy color: '#1CE5D8'

red 28 ◦ green 229 ◦ blue 216

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

Shades of Bright Turquoise #1CE5D8

Tints of Bright Turquoise #1CE5D8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.41%

 BLUE value IS 216 (84.77% from 255) = 45.67%

R = 5.92%
G = 48.41%
B = 45.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#1CE5D8 (or 0x1CE5D8) is known color: Bright Turquoise. HEX triplet: 1C, E5 and D8. RGB value is (28,229,216). Sum of RGB (Red+Green+Blue) = 28+229+216=473 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.92% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE5D8 is #E31A27. Grayscale: #A7A7A7. Windows color (decimal): -14883368 or 14214428. OLE color: 14214428.

HSL color Cylindrical-coordinate representation of color #1CE5D8: hue angle of 176.12º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE5D8 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 28 229 216 -
CMYK 0.88 0 0.06 0.10
HSL 176.12º 0.79% 0.5% -
HSV(B) 176.12º 0.88% 0.9% -
XYZ 40.89 61.24 74.63 -
YUV 167.42 155.41 28.56 -
System Red Green Blue C M Y K H S L
Decimal 28 229 216 0.88 0 0.06 0.10 176.12 0.79 0.5
Hex 1C E5 D8 58 0 6 A B0 4F 32
Octal 34 345 330 130 0 6 12 260 117 62
Binary 11100 11100101 11011000 1011000 0 110 1010 10110000 1001111 110010

Color Harmonies of #1CE5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE5D8

Black with #1CE5D8

Text Example


Text Example

White with #1CE5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,229,216); }

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

background-color css

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

 a { background-color: rgb(28,229,216); }

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

border-color css

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

 span { border-color: rgb(28,229,216); }

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