Html Css Color HEX #28CFC6 Turquoise

📋 copy color: '#28CFC6'

red 40 ◦ green 207 ◦ blue 198

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

Shades of Turquoise #28CFC6

Tints of Turquoise #28CFC6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.52%

 BLUE value IS 198 (77.73% from 255) = 44.49%

R = 8.99%
G = 46.52%
B = 44.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#28CFC6 (or 0x28CFC6) is known color: Turquoise. HEX triplet: 28, CF and C6. RGB value is (40,207,198). Sum of RGB (Red+Green+Blue) = 40+207+198=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #28CFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFC6 is #D73039. Grayscale: #9B9B9B. Windows color (decimal): -14102586 or 13029160. OLE color: 13029160.

HSL color Cylindrical-coordinate representation of color #28CFC6: hue angle of 176.77º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CFC6 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 207 198 -
CMYK 0.81 0 0.04 0.19
HSL 176.77º 0.68% 0.48% -
HSV(B) 176.77º 0.81% 0.81% -
XYZ 33.38 49.15 61.15 -
YUV 156.04 151.67 45.23 -
System Red Green Blue C M Y K H S L
Decimal 40 207 198 0.81 0 0.04 0.19 176.77 0.68 0.48
Hex 28 CF C6 51 0 4 13 B1 44 30
Octal 50 317 306 121 0 4 23 261 104 60
Binary 101000 11001111 11000110 1010001 0 100 10011 10110001 1000100 110000

Color Harmonies of #28CFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CFC6

Black with #28CFC6

Text Example


Text Example

White with #28CFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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