Html Css Color HEX #1CEDDA Bright Turquoise

📋 copy color: '#1CEDDA'

red 28 ◦ green 237 ◦ blue 218

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

Shades of Bright Turquoise #1CEDDA

Tints of Bright Turquoise #1CEDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.07%

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

R = 5.8%
G = 49.07%
B = 45.13%

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

#1CEDDA (or 0x1CEDDA) is known color: Bright Turquoise. HEX triplet: 1C, ED and DA. RGB value is (28,237,218). Sum of RGB (Red+Green+Blue) = 28+237+218=483 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.80% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #1CEDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEDDA is #E31225. Grayscale: #ACACAC. Windows color (decimal): -14881318 or 14347548. OLE color: 14347548.

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

Color convert

RGB 28 237 218 -
CMYK 0.88 0 0.08 0.07
HSL 174.55º 0.85% 0.52% -
HSV(B) 174.55º 0.88% 0.93% -
XYZ 43.42 65.88 76.76 -
YUV 172.34 153.76 25.04 -
System Red Green Blue C M Y K H S L
Decimal 28 237 218 0.88 0 0.08 0.07 174.55 0.85 0.52
Hex 1C ED DA 58 0 8 7 AF 55 34
Octal 34 355 332 130 0 10 7 257 125 64
Binary 11100 11101101 11011010 1011000 0 1000 111 10101111 1010101 110100

Color Harmonies of #1CEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEDDA

Black with #1CEDDA

Text Example


Text Example

White with #1CEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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