Html Css Color HEX #1CEDD7 Bright Turquoise

📋 copy color: '#1CEDD7'

red 28 ◦ green 237 ◦ blue 215

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

Shades of Bright Turquoise #1CEDD7

Tints of Bright Turquoise #1CEDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.79%

R = 5.83%
G = 49.38%
B = 44.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#1CEDD7 (or 0x1CEDD7) is known color: Bright Turquoise. HEX triplet: 1C, ED and D7. RGB value is (28,237,215). Sum of RGB (Red+Green+Blue) = 28+237+215=480 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.83% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #1CEDD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEDD7 is #E31228. Grayscale: #ABABAB. Windows color (decimal): -14881321 or 14150940. OLE color: 14150940.

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

Color convert

RGB 28 237 215 -
CMYK 0.88 0 0.09 0.07
HSL 173.68º 0.85% 0.52% -
HSV(B) 173.68º 0.88% 0.93% -
XYZ 43.03 65.72 74.71 -
YUV 172 152.26 25.29 -
System Red Green Blue C M Y K H S L
Decimal 28 237 215 0.88 0 0.09 0.07 173.68 0.85 0.52
Hex 1C ED D7 58 0 9 7 AE 55 34
Octal 34 355 327 130 0 11 7 256 125 64
Binary 11100 11101101 11010111 1011000 0 1001 111 10101110 1010101 110100

Color Harmonies of #1CEDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEDD7

Black with #1CEDD7

Text Example


Text Example

White with #1CEDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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