Html Css Color HEX #28CEC1 Turquoise

📋 copy color: '#28CEC1'

red 40 ◦ green 206 ◦ blue 193

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

Shades of Turquoise #28CEC1

Tints of Turquoise #28CEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.96%

R = 9.11%
G = 46.92%
B = 43.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#28CEC1 (or 0x28CEC1) is known color: Turquoise. HEX triplet: 28, CE and C1. RGB value is (40,206,193). Sum of RGB (Red+Green+Blue) = 40+206+193=439 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.11% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #28CEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEC1 is #D7313E. Grayscale: #9A9A9A. Windows color (decimal): -14102847 or 12701224. OLE color: 12701224.

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

Color convert

RGB 40 206 193 -
CMYK 0.81 0 0.06 0.19
HSL 175.3º 0.67% 0.48% -
HSV(B) 175.3º 0.81% 0.81% -
XYZ 32.57 48.44 58.09 -
YUV 154.88 149.5 46.06 -
System Red Green Blue C M Y K H S L
Decimal 40 206 193 0.81 0 0.06 0.19 175.3 0.67 0.48
Hex 28 CE C1 51 0 6 13 AF 43 30
Octal 50 316 301 121 0 6 23 257 103 60
Binary 101000 11001110 11000001 1010001 0 110 10011 10101111 1000011 110000

Color Harmonies of #28CEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CEC1

Black with #28CEC1

Text Example


Text Example

White with #28CEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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