Html Css Color HEX #28CDC7 Turquoise

📋 copy color: '#28CDC7'

red 40 ◦ green 205 ◦ blue 199

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

Shades of Turquoise #28CDC7

Tints of Turquoise #28CDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.82%

R = 9.01%
G = 46.17%
B = 44.82%

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

#28CDC7 (or 0x28CDC7) is known color: Turquoise. HEX triplet: 28, CD and C7. RGB value is (40,205,199). Sum of RGB (Red+Green+Blue) = 40+205+199=444 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.01% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #28CDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDC7 is #D73238. Grayscale: #9A9A9A. Windows color (decimal): -14103097 or 13094184. OLE color: 13094184.

HSL color Cylindrical-coordinate representation of color #28CDC7: hue angle of 177.82º 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 #28CDC7 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 205 199 -
CMYK 0.80 0 0.03 0.20
HSL 177.82º 0.67% 0.48% -
HSV(B) 177.82º 0.8% 0.8% -
XYZ 33.02 48.24 61.6 -
YUV 154.98 152.84 45.99 -
System Red Green Blue C M Y K H S L
Decimal 40 205 199 0.80 0 0.03 0.20 177.82 0.67 0.48
Hex 28 CD C7 50 0 3 14 B2 43 30
Octal 50 315 307 120 0 3 24 262 103 60
Binary 101000 11001101 11000111 1010000 0 11 10100 10110010 1000011 110000

Color Harmonies of #28CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CDC7

Black with #28CDC7

Text Example


Text Example

White with #28CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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