Html Css Color HEX #28EDCD Turquoise

📋 copy color: '#28EDCD'

red 40 ◦ green 237 ◦ blue 205

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

Shades of Turquoise #28EDCD

Tints of Turquoise #28EDCD

RGB

 RED value IS 40 (16.02% from 255) = 8.3%

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 8.3%
G = 49.17%
B = 42.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#28EDCD (or 0x28EDCD) is known color: Turquoise. HEX triplet: 28, ED and CD. RGB value is (40,237,205). Sum of RGB (Red+Green+Blue) = 40+237+205=482 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.30% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #28EDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EDCD is #D71232. Grayscale: #AEAEAE. Windows color (decimal): -14094899 or 13495592. OLE color: 13495592.

HSL color Cylindrical-coordinate representation of color #28EDCD: hue angle of 170.25º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EDCD is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 237 205 -
CMYK 0.83 0 0.14 0.07
HSL 170.25º 0.85% 0.54% -
HSV(B) 170.25º 0.83% 0.93% -
XYZ 42.18 65.43 68.16 -
YUV 174.45 145.23 32.1 -
System Red Green Blue C M Y K H S L
Decimal 40 237 205 0.83 0 0.14 0.07 170.25 0.85 0.54
Hex 28 ED CD 53 0 E 7 AA 55 36
Octal 50 355 315 123 0 16 7 252 125 66
Binary 101000 11101101 11001101 1010011 0 1110 111 10101010 1010101 110110

Color Harmonies of #28EDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EDCD

Black with #28EDCD

Text Example


Text Example

White with #28EDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28EDCD; }

 p { color: rgb(40,237,205); }

 H1.HeaderClassName
 {
   color: #28EDCD;
 }
 .AnyTagClassName
 {
   color: #28EDCD;
 }
</style>

background-color css

<style>
 a { background-color: #28EDCD; }

 a { background-color: rgb(40,237,205); }

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

border-color css

<style>
 span { border-color: #28EDCD; }

 span { border-color: rgb(40,237,205); }

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