Html Css Color HEX #28CDC6 Turquoise

📋 copy color: '#28CDC6'

red 40 ◦ green 205 ◦ blue 198

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

Shades of Turquoise #28CDC6

Tints of Turquoise #28CDC6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.28%

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

R = 9.03%
G = 46.28%
B = 44.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#28CDC6 (or 0x28CDC6) is known color: Turquoise. HEX triplet: 28, CD and C6. RGB value is (40,205,198). Sum of RGB (Red+Green+Blue) = 40+205+198=443 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.03% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #28CDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDC6 is #D73239. Grayscale: #9A9A9A. Windows color (decimal): -14103098 or 13028648. OLE color: 13028648.

HSL color Cylindrical-coordinate representation of color #28CDC6: hue angle of 177.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CDC6 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 205 198 -
CMYK 0.80 0 0.03 0.20
HSL 177.45º 0.67% 0.48% -
HSV(B) 177.45º 0.8% 0.8% -
XYZ 32.9 48.19 60.99 -
YUV 154.87 152.34 46.07 -
System Red Green Blue C M Y K H S L
Decimal 40 205 198 0.80 0 0.03 0.20 177.45 0.67 0.48
Hex 28 CD C6 50 0 3 14 B1 43 30
Octal 50 315 306 120 0 3 24 261 103 60
Binary 101000 11001101 11000110 1010000 0 11 10100 10110001 1000011 110000

Color Harmonies of #28CDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CDC6

Black with #28CDC6

Text Example


Text Example

White with #28CDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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