Html Css Color HEX #1CEEDE Bright Turquoise

📋 copy color: '#1CEEDE'

red 28 ◦ green 238 ◦ blue 222

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

Shades of Bright Turquoise #1CEEDE

Tints of Bright Turquoise #1CEEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.49%

R = 5.74%
G = 48.77%
B = 45.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#1CEEDE (or 0x1CEEDE) is known color: Bright Turquoise. HEX triplet: 1C, EE and DE. RGB value is (28,238,222). Sum of RGB (Red+Green+Blue) = 28+238+222=488 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.74% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #1CEEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEEDE is #E31121. Grayscale: #ADADAD. Windows color (decimal): -14881058 or 14609948. OLE color: 14609948.

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

Color convert

RGB 28 238 222 -
CMYK 0.88 0 0.07 0.07
HSL 175.43º 0.86% 0.52% -
HSV(B) 175.43º 0.88% 0.93% -
XYZ 44.24 66.67 79.64 -
YUV 173.39 155.43 24.3 -
System Red Green Blue C M Y K H S L
Decimal 28 238 222 0.88 0 0.07 0.07 175.43 0.86 0.52
Hex 1C EE DE 58 0 7 7 AF 56 34
Octal 34 356 336 130 0 7 7 257 126 64
Binary 11100 11101110 11011110 1011000 0 111 111 10101111 1010110 110100

Color Harmonies of #1CEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEEDE

Black with #1CEEDE

Text Example


Text Example

White with #1CEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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