Html Css Color HEX #28ECCF Turquoise

📋 copy color: '#28ECCF'

red 40 ◦ green 236 ◦ blue 207

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

Shades of Turquoise #28ECCF

Tints of Turquoise #28ECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.86%

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

R = 8.28%
G = 48.86%
B = 42.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#28ECCF (or 0x28ECCF) is known color: Turquoise. HEX triplet: 28, EC and CF. RGB value is (40,236,207). Sum of RGB (Red+Green+Blue) = 40+236+207=483 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.28% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECCF is #D71330. Grayscale: #AEAEAE. Windows color (decimal): -14095153 or 13626408. OLE color: 13626408.

HSL color Cylindrical-coordinate representation of color #28ECCF: hue angle of 171.12º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ECCF is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 236 207 -
CMYK 0.83 0 0.12 0.07
HSL 171.12º 0.84% 0.54% -
HSV(B) 171.12º 0.83% 0.93% -
XYZ 42.13 64.95 69.35 -
YUV 174.09 146.57 32.36 -
System Red Green Blue C M Y K H S L
Decimal 40 236 207 0.83 0 0.12 0.07 171.12 0.84 0.54
Hex 28 EC CF 53 0 C 7 AB 54 36
Octal 50 354 317 123 0 14 7 253 124 66
Binary 101000 11101100 11001111 1010011 0 1100 111 10101011 1010100 110110

Color Harmonies of #28ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ECCF

Black with #28ECCF

Text Example


Text Example

White with #28ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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