Html Css Color HEX #1CEEDA Bright Turquoise

📋 copy color: '#1CEEDA'

red 28 ◦ green 238 ◦ blue 218

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

Shades of Bright Turquoise #1CEEDA

Tints of Bright Turquoise #1CEEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 5.79%
G = 49.17%
B = 45.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#1CEEDA (or 0x1CEEDA) is known color: Bright Turquoise. HEX triplet: 1C, EE and DA. RGB value is (28,238,218). Sum of RGB (Red+Green+Blue) = 28+238+218=484 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.79% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #1CEEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEEDA is #E31125. Grayscale: #ACACAC. Windows color (decimal): -14881062 or 14347804. OLE color: 14347804.

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

Color convert

RGB 28 238 218 -
CMYK 0.88 0 0.08 0.07
HSL 174.29º 0.86% 0.52% -
HSV(B) 174.29º 0.88% 0.93% -
XYZ 43.71 66.46 76.85 -
YUV 172.93 153.43 24.63 -
System Red Green Blue C M Y K H S L
Decimal 28 238 218 0.88 0 0.08 0.07 174.29 0.86 0.52
Hex 1C EE DA 58 0 8 7 AE 56 34
Octal 34 356 332 130 0 10 7 256 126 64
Binary 11100 11101110 11011010 1011000 0 1000 111 10101110 1010110 110100

Color Harmonies of #1CEEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEEDA

Black with #1CEEDA

Text Example


Text Example

White with #1CEEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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