Html Css Color HEX #28EFDF Turquoise

📋 copy color: '#28EFDF'

red 40 ◦ green 239 ◦ blue 223

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

Shades of Turquoise #28EFDF

Tints of Turquoise #28EFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.61%

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 7.97%
G = 47.61%
B = 44.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#28EFDF (or 0x28EFDF) is known color: Turquoise. HEX triplet: 28, EF and DF. RGB value is (40,239,223). Sum of RGB (Red+Green+Blue) = 40+239+223=502 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.97% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFDF is #D71020. Grayscale: #B1B1B1. Windows color (decimal): -14094369 or 14675752. OLE color: 14675752.

HSL color Cylindrical-coordinate representation of color #28EFDF: hue angle of 175.18º degrees, saturation: 0.86, 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 #28EFDF is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 239 223 -
CMYK 0.83 0 0.07 0.06
HSL 175.18º 0.86% 0.55% -
HSV(B) 175.18º 0.83% 0.94% -
XYZ 45.06 67.51 80.47 -
YUV 177.68 153.57 29.8 -
System Red Green Blue C M Y K H S L
Decimal 40 239 223 0.83 0 0.07 0.06 175.18 0.86 0.55
Hex 28 EF DF 53 0 7 6 AF 56 37
Octal 50 357 337 123 0 7 6 257 126 67
Binary 101000 11101111 11011111 1010011 0 111 110 10101111 1010110 110111

Color Harmonies of #28EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EFDF

Black with #28EFDF

Text Example


Text Example

White with #28EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,239,223); }

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

background-color css

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

 a { background-color: rgb(40,239,223); }

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

border-color css

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

 span { border-color: rgb(40,239,223); }

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