Html Css Color HEX #28FCD7 Turquoise

📋 copy color: '#28FCD7'

red 40 ◦ green 252 ◦ blue 215

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

Shades of Turquoise #28FCD7

Tints of Turquoise #28FCD7

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.7%

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

R = 7.89%
G = 49.7%
B = 42.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#28FCD7 (or 0x28FCD7) is known color: Turquoise. HEX triplet: 28, FC and D7. RGB value is (40,252,215). Sum of RGB (Red+Green+Blue) = 40+252+215=507 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.89% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCD7 is #D70328. Grayscale: #B8B8B8. Windows color (decimal): -14091049 or 14154792. OLE color: 14154792.

HSL color Cylindrical-coordinate representation of color #28FCD7: hue angle of 169.53º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FCD7 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 252 215 -
CMYK 0.84 0 0.15 0.01
HSL 169.53º 0.97% 0.57% -
HSV(B) 169.53º 0.84% 0.99% -
XYZ 47.95 74.98 76.23 -
YUV 184.39 145.26 25.01 -
System Red Green Blue C M Y K H S L
Decimal 40 252 215 0.84 0 0.15 0.01 169.53 0.97 0.57
Hex 28 FC D7 54 0 F 1 AA 61 39
Octal 50 374 327 124 0 17 1 252 141 71
Binary 101000 11111100 11010111 1010100 0 1111 1 10101010 1100001 111001

Color Harmonies of #28FCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FCD7

Black with #28FCD7

Text Example


Text Example

White with #28FCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,252,215); }

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

background-color css

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

 a { background-color: rgb(40,252,215); }

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

border-color css

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

 span { border-color: rgb(40,252,215); }

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