Html Css Color HEX #28EFCF Turquoise

📋 copy color: '#28EFCF'

red 40 ◦ green 239 ◦ blue 207

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

Shades of Turquoise #28EFCF

Tints of Turquoise #28EFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.59%

R = 8.23%
G = 49.18%
B = 42.59%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#28EFCF (or 0x28EFCF) is known color: Turquoise. HEX triplet: 28, EF and CF. RGB value is (40,239,207). Sum of RGB (Red+Green+Blue) = 40+239+207=486 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.23% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFCF is #D71030. Grayscale: #AFAFAF. Windows color (decimal): -14094385 or 13627176. OLE color: 13627176.

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

Color convert

RGB 40 239 207 -
CMYK 0.83 0 0.13 0.06
HSL 170.35º 0.86% 0.55% -
HSV(B) 170.35º 0.83% 0.94% -
XYZ 43 66.69 69.64 -
YUV 175.85 145.57 31.1 -
System Red Green Blue C M Y K H S L
Decimal 40 239 207 0.83 0 0.13 0.06 170.35 0.86 0.55
Hex 28 EF CF 53 0 D 6 AA 56 37
Octal 50 357 317 123 0 15 6 252 126 67
Binary 101000 11101111 11001111 1010011 0 1101 110 10101010 1010110 110111

Color Harmonies of #28EFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EFCF

Black with #28EFCF

Text Example


Text Example

White with #28EFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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