Html Css Color HEX #1CEDDB Bright Turquoise

📋 copy color: '#1CEDDB'

red 28 ◦ green 237 ◦ blue 219

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

Shades of Bright Turquoise #1CEDDB

Tints of Bright Turquoise #1CEDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 5.79%
G = 48.97%
B = 45.25%

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

#1CEDDB (or 0x1CEDDB) is known color: Bright Turquoise. HEX triplet: 1C, ED and DB. RGB value is (28,237,219). Sum of RGB (Red+Green+Blue) = 28+237+219=484 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.79% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #1CEDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEDDB is #E31224. Grayscale: #ACACAC. Windows color (decimal): -14881317 or 14413084. OLE color: 14413084.

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

Color convert

RGB 28 237 219 -
CMYK 0.88 0 0.08 0.07
HSL 174.83º 0.85% 0.52% -
HSV(B) 174.83º 0.88% 0.93% -
XYZ 43.55 65.93 77.45 -
YUV 172.46 154.26 24.96 -
System Red Green Blue C M Y K H S L
Decimal 28 237 219 0.88 0 0.08 0.07 174.83 0.85 0.52
Hex 1C ED DB 58 0 8 7 AF 55 34
Octal 34 355 333 130 0 10 7 257 125 64
Binary 11100 11101101 11011011 1011000 0 1000 111 10101111 1010101 110100

Color Harmonies of #1CEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEDDB

Black with #1CEDDB

Text Example


Text Example

White with #1CEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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