Html Css Color HEX #28EFD2 Turquoise

📋 copy color: '#28EFD2'

red 40 ◦ green 239 ◦ blue 210

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

Shades of Turquoise #28EFD2

Tints of Turquoise #28EFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 8.18%
G = 48.88%
B = 42.94%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#28EFD2 (or 0x28EFD2) is known color: Turquoise. HEX triplet: 28, EF and D2. RGB value is (40,239,210). Sum of RGB (Red+Green+Blue) = 40+239+210=489 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.18% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFD2 is #D7102D. Grayscale: #B0B0B0. Windows color (decimal): -14094382 or 13823784. OLE color: 13823784.

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

Color convert

RGB 40 239 210 -
CMYK 0.83 0 0.12 0.06
HSL 171.26º 0.86% 0.55% -
HSV(B) 171.26º 0.83% 0.94% -
XYZ 43.37 66.84 71.59 -
YUV 176.19 147.07 30.86 -
System Red Green Blue C M Y K H S L
Decimal 40 239 210 0.83 0 0.12 0.06 171.26 0.86 0.55
Hex 28 EF D2 53 0 C 6 AB 56 37
Octal 50 357 322 123 0 14 6 253 126 67
Binary 101000 11101111 11010010 1010011 0 1100 110 10101011 1010110 110111

Color Harmonies of #28EFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EFD2

Black with #28EFD2

Text Example


Text Example

White with #28EFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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