Html Css Color HEX #1CEEE1 Bright Turquoise

📋 copy color: '#1CEEE1'

red 28 ◦ green 238 ◦ blue 225

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

Shades of Bright Turquoise #1CEEE1

Tints of Bright Turquoise #1CEEE1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.47%

 BLUE value IS 225 (88.28% from 255) = 45.82%

R = 5.7%
G = 48.47%
B = 45.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#1CEEE1 (or 0x1CEEE1) is known color: Bright Turquoise. HEX triplet: 1C, EE and E1. RGB value is (28,238,225). Sum of RGB (Red+Green+Blue) = 28+238+225=491 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.70% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #1CEEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEEE1 is #E3111E. Grayscale: #ADADAD. Windows color (decimal): -14881055 or 14806556. OLE color: 14806556.

HSL color Cylindrical-coordinate representation of color #1CEEE1: hue angle of 176.29º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEEE1 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 238 225 -
CMYK 0.88 0 0.05 0.07
HSL 176.29º 0.86% 0.52% -
HSV(B) 176.29º 0.88% 0.93% -
XYZ 44.64 66.83 81.78 -
YUV 173.73 156.93 24.06 -
System Red Green Blue C M Y K H S L
Decimal 28 238 225 0.88 0 0.05 0.07 176.29 0.86 0.52
Hex 1C EE E1 58 0 5 7 B0 56 34
Octal 34 356 341 130 0 5 7 260 126 64
Binary 11100 11101110 11100001 1011000 0 101 111 10110000 1010110 110100

Color Harmonies of #1CEEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEEE1

Black with #1CEEE1

Text Example


Text Example

White with #1CEEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,238,225); }

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

background-color css

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

 a { background-color: rgb(28,238,225); }

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

border-color css

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

 span { border-color: rgb(28,238,225); }

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