Html Css Color HEX #28E0CF Turquoise

📋 copy color: '#28E0CF'

red 40 ◦ green 224 ◦ blue 207

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

Shades of Turquoise #28E0CF

Tints of Turquoise #28E0CF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.56%

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

R = 8.49%
G = 47.56%
B = 43.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#28E0CF (or 0x28E0CF) is known color: Turquoise. HEX triplet: 28, E0 and CF. RGB value is (40,224,207). Sum of RGB (Red+Green+Blue) = 40+224+207=471 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.49% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #28E0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E0CF is #D71F30. Grayscale: #A6A6A6. Windows color (decimal): -14098225 or 13623336. OLE color: 13623336.

HSL color Cylindrical-coordinate representation of color #28E0CF: hue angle of 174.46º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E0CF is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 224 207 -
CMYK 0.82 0 0.08 0.12
HSL 174.46º 0.75% 0.52% -
HSV(B) 174.46º 0.82% 0.88% -
XYZ 38.79 58.27 68.23 -
YUV 167.05 150.54 37.38 -
System Red Green Blue C M Y K H S L
Decimal 40 224 207 0.82 0 0.08 0.12 174.46 0.75 0.52
Hex 28 E0 CF 52 0 8 C AE 4B 34
Octal 50 340 317 122 0 10 14 256 113 64
Binary 101000 11100000 11001111 1010010 0 1000 1100 10101110 1001011 110100

Color Harmonies of #28E0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E0CF

Black with #28E0CF

Text Example


Text Example

White with #28E0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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