Html Css Color HEX #28CCD0 Turquoise

📋 copy color: '#28CCD0'

red 40 ◦ green 204 ◦ blue 208

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

Shades of Turquoise #28CCD0

Tints of Turquoise #28CCD0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.13%

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 8.85%
G = 45.13%
B = 46.02%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#28CCD0 (or 0x28CCD0) is known color: Turquoise. HEX triplet: 28, CC and D0. RGB value is (40,204,208). Sum of RGB (Red+Green+Blue) = 40+204+208=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #28CCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCD0 is #D7332F. Grayscale: #9B9B9B. Windows color (decimal): -14103344 or 13683752. OLE color: 13683752.

HSL color Cylindrical-coordinate representation of color #28CCD0: hue angle of 181.43º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CCD0 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 204 208 -
CMYK 0.81 0.02 0 0.18
HSL 181.43º 0.68% 0.49% -
HSV(B) 181.43º 0.81% 0.82% -
XYZ 33.85 48.19 67.19 -
YUV 155.42 157.67 45.67 -
System Red Green Blue C M Y K H S L
Decimal 40 204 208 0.81 0.02 0 0.18 181.43 0.68 0.49
Hex 28 CC D0 51 2 0 12 B5 44 31
Octal 50 314 320 121 2 0 22 265 104 61
Binary 101000 11001100 11010000 1010001 10 0 10010 10110101 1000100 110001

Color Harmonies of #28CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CCD0

Black with #28CCD0

Text Example


Text Example

White with #28CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,204,208); }

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

background-color css

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

 a { background-color: rgb(40,204,208); }

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

border-color css

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

 span { border-color: rgb(40,204,208); }

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