Html Css Color HEX #1CEED3 Bright Turquoise

📋 copy color: '#1CEED3'

red 28 ◦ green 238 ◦ blue 211

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

Shades of Bright Turquoise #1CEED3

Tints of Bright Turquoise #1CEED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.23%

R = 5.87%
G = 49.9%
B = 44.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#1CEED3 (or 0x1CEED3) is known color: Bright Turquoise. HEX triplet: 1C, EE and D3. RGB value is (28,238,211). Sum of RGB (Red+Green+Blue) = 28+238+211=477 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.87% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #1CEED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEED3 is #E3112C. Grayscale: #ACACAC. Windows color (decimal): -14881069 or 13889052. OLE color: 13889052.

HSL color Cylindrical-coordinate representation of color #1CEED3: hue angle of 172.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 #1CEED3 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 238 211 -
CMYK 0.88 0 0.11 0.07
HSL 172.29º 0.86% 0.52% -
HSV(B) 172.29º 0.88% 0.93% -
XYZ 42.81 66.1 72.13 -
YUV 172.13 149.93 25.2 -
System Red Green Blue C M Y K H S L
Decimal 28 238 211 0.88 0 0.11 0.07 172.29 0.86 0.52
Hex 1C EE D3 58 0 B 7 AC 56 34
Octal 34 356 323 130 0 13 7 254 126 64
Binary 11100 11101110 11010011 1011000 0 1011 111 10101100 1010110 110100

Color Harmonies of #1CEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEED3

Black with #1CEED3

Text Example


Text Example

White with #1CEED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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