Html Css Color HEX #28CEBE Turquoise

📋 copy color: '#28CEBE'

red 40 ◦ green 206 ◦ blue 190

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

Shades of Turquoise #28CEBE

Tints of Turquoise #28CEBE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.25%

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 9.17%
G = 47.25%
B = 43.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#28CEBE (or 0x28CEBE) is known color: Turquoise. HEX triplet: 28, CE and BE. RGB value is (40,206,190). Sum of RGB (Red+Green+Blue) = 40+206+190=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #28CEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEBE is #D73141. Grayscale: #9A9A9A. Windows color (decimal): -14102850 or 12504616. OLE color: 12504616.

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

Color convert

RGB 40 206 190 -
CMYK 0.81 0 0.08 0.19
HSL 174.22º 0.67% 0.48% -
HSV(B) 174.22º 0.81% 0.81% -
XYZ 32.24 48.31 56.34 -
YUV 154.54 148 46.3 -
System Red Green Blue C M Y K H S L
Decimal 40 206 190 0.81 0 0.08 0.19 174.22 0.67 0.48
Hex 28 CE BE 51 0 8 13 AE 43 30
Octal 50 316 276 121 0 10 23 256 103 60
Binary 101000 11001110 10111110 1010001 0 1000 10011 10101110 1000011 110000

Color Harmonies of #28CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CEBE

Black with #28CEBE

Text Example


Text Example

White with #28CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,206,190); }

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

background-color css

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

 a { background-color: rgb(40,206,190); }

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

border-color css

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

 span { border-color: rgb(40,206,190); }

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