Html Css Color HEX #28EFCA Turquoise

📋 copy color: '#28EFCA'

red 40 ◦ green 239 ◦ blue 202

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

Shades of Turquoise #28EFCA

Tints of Turquoise #28EFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42%

R = 8.32%
G = 49.69%
B = 42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#28EFCA (or 0x28EFCA) is known color: Turquoise. HEX triplet: 28, EF and CA. RGB value is (40,239,202). Sum of RGB (Red+Green+Blue) = 40+239+202=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFCA is #D71035. Grayscale: #AFAFAF. Windows color (decimal): -14094390 or 13299496. OLE color: 13299496.

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

Color convert

RGB 40 239 202 -
CMYK 0.83 0 0.15 0.06
HSL 168.84º 0.86% 0.55% -
HSV(B) 168.84º 0.83% 0.94% -
XYZ 42.4 66.45 66.47 -
YUV 175.28 143.07 31.51 -
System Red Green Blue C M Y K H S L
Decimal 40 239 202 0.83 0 0.15 0.06 168.84 0.86 0.55
Hex 28 EF CA 53 0 F 6 A9 56 37
Octal 50 357 312 123 0 17 6 251 126 67
Binary 101000 11101111 11001010 1010011 0 1111 110 10101001 1010110 110111

Color Harmonies of #28EFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EFCA

Black with #28EFCA

Text Example


Text Example

White with #28EFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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