Html Css Color HEX #28F0CD Turquoise

📋 copy color: '#28F0CD'

red 40 ◦ green 240 ◦ blue 205

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

Shades of Turquoise #28F0CD

Tints of Turquoise #28F0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.48%

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

R = 8.25%
G = 49.48%
B = 42.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#28F0CD (or 0x28F0CD) is known color: Turquoise. HEX triplet: 28, F0 and CD. RGB value is (40,240,205). Sum of RGB (Red+Green+Blue) = 40+240+205=485 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.25% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #28F0CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F0CD is #D70F32. Grayscale: #B0B0B0. Windows color (decimal): -14094131 or 13496360. OLE color: 13496360.

HSL color Cylindrical-coordinate representation of color #28F0CD: hue angle of 169.5º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F0CD is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 240 205 -
CMYK 0.83 0 0.15 0.06
HSL 169.5º 0.87% 0.55% -
HSV(B) 169.5º 0.83% 0.94% -
XYZ 43.05 67.18 68.46 -
YUV 176.21 144.24 30.85 -
System Red Green Blue C M Y K H S L
Decimal 40 240 205 0.83 0 0.15 0.06 169.5 0.87 0.55
Hex 28 F0 CD 53 0 F 6 AA 57 37
Octal 50 360 315 123 0 17 6 252 127 67
Binary 101000 11110000 11001101 1010011 0 1111 110 10101010 1010111 110111

Color Harmonies of #28F0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F0CD

Black with #28F0CD

Text Example


Text Example

White with #28F0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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