Html Css Color HEX #28CCD6 Turquoise

📋 copy color: '#28CCD6'

red 40 ◦ green 204 ◦ blue 214

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

Shades of Turquoise #28CCD6

Tints of Turquoise #28CCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.72%

R = 8.73%
G = 44.54%
B = 46.72%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#28CCD6 (or 0x28CCD6) is known color: Turquoise. HEX triplet: 28, CC and D6. RGB value is (40,204,214). Sum of RGB (Red+Green+Blue) = 40+204+214=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #28CCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCD6 is #D73329. Grayscale: #9B9B9B. Windows color (decimal): -14103338 or 14076968. OLE color: 14076968.

HSL color Cylindrical-coordinate representation of color #28CCD6: hue angle of 183.45º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CCD6 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 204 214 -
CMYK 0.81 0.05 0 0.16
HSL 183.45º 0.69% 0.5% -
HSV(B) 183.45º 0.81% 0.84% -
XYZ 34.61 48.49 71.15 -
YUV 156.1 160.67 45.19 -
System Red Green Blue C M Y K H S L
Decimal 40 204 214 0.81 0.05 0 0.16 183.45 0.69 0.5
Hex 28 CC D6 51 5 0 10 B7 45 32
Octal 50 314 326 121 5 0 20 267 105 62
Binary 101000 11001100 11010110 1010001 101 0 10000 10110111 1000101 110010

Color Harmonies of #28CCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CCD6

Black with #28CCD6

Text Example


Text Example

White with #28CCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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