Html Css Color HEX #28CFCC Turquoise

📋 copy color: '#28CFCC'

red 40 ◦ green 207 ◦ blue 204

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

Shades of Turquoise #28CFCC

Tints of Turquoise #28CFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 8.87%
G = 45.9%
B = 45.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#28CFCC (or 0x28CFCC) is known color: Turquoise. HEX triplet: 28, CF and CC. RGB value is (40,207,204). Sum of RGB (Red+Green+Blue) = 40+207+204=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #28CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFCC is #D73033. Grayscale: #9C9C9C. Windows color (decimal): -14102580 or 13422376. OLE color: 13422376.

HSL color Cylindrical-coordinate representation of color #28CFCC: hue angle of 178.92º 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 #28CFCC is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 207 204 -
CMYK 0.81 0 0.01 0.19
HSL 178.92º 0.68% 0.48% -
HSV(B) 178.92º 0.81% 0.81% -
XYZ 34.09 49.44 64.87 -
YUV 156.73 154.67 44.74 -
System Red Green Blue C M Y K H S L
Decimal 40 207 204 0.81 0 0.01 0.19 178.92 0.68 0.48
Hex 28 CF CC 51 0 1 13 B3 44 30
Octal 50 317 314 121 0 1 23 263 104 60
Binary 101000 11001111 11001100 1010001 0 1 10011 10110011 1000100 110000

Color Harmonies of #28CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CFCC

Black with #28CFCC

Text Example


Text Example

White with #28CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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