Html Css Color HEX #28EFDA Turquoise

📋 copy color: '#28EFDA'

red 40 ◦ green 239 ◦ blue 218

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

Shades of Turquoise #28EFDA

Tints of Turquoise #28EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 8.05%
G = 48.09%
B = 43.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#28EFDA (or 0x28EFDA) is known color: Turquoise. HEX triplet: 28, EF and DA. RGB value is (40,239,218). Sum of RGB (Red+Green+Blue) = 40+239+218=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFDA is #D71025. Grayscale: #B0B0B0. Windows color (decimal): -14094374 or 14348072. OLE color: 14348072.

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

Color convert

RGB 40 239 218 -
CMYK 0.83 0 0.09 0.06
HSL 173.67º 0.86% 0.55% -
HSV(B) 173.67º 0.83% 0.94% -
XYZ 44.4 67.25 76.97 -
YUV 177.11 151.07 30.21 -
System Red Green Blue C M Y K H S L
Decimal 40 239 218 0.83 0 0.09 0.06 173.67 0.86 0.55
Hex 28 EF DA 53 0 9 6 AE 56 37
Octal 50 357 332 123 0 11 6 256 126 67
Binary 101000 11101111 11011010 1010011 0 1001 110 10101110 1010110 110111

Color Harmonies of #28EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EFDA

Black with #28EFDA

Text Example


Text Example

White with #28EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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