Html Css Color HEX #4BE2D6 Turquoise

📋 copy color: '#4BE2D6'

red 75 ◦ green 226 ◦ blue 214

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

Shades of Turquoise #4BE2D6

Tints of Turquoise #4BE2D6

RGB

 RED value IS 75 (29.69% from 255) = 14.56%

 GREEN value IS 226 (88.67% from 255) = 43.88%

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

R = 14.56%
G = 43.88%
B = 41.55%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#4BE2D6 (or 0x4BE2D6) is known color: Turquoise. HEX triplet: 4B, E2 and D6. RGB value is (75,226,214). Sum of RGB (Red+Green+Blue) = 75+226+214=515 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.56% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #4BE2D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE2D6 is #B41D29. Grayscale: #B3B3B3. Windows color (decimal): -11803946 or 14082635. OLE color: 14082635.

HSL color Cylindrical-coordinate representation of color #4BE2D6: hue angle of 175.23º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE2D6 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 75 226 214 -
CMYK 0.67 0 0.05 0.11
HSL 175.23º 0.72% 0.59% -
HSV(B) 175.23º 0.67% 0.89% -
XYZ 42.24 60.74 73.12 -
YUV 179.48 147.47 53.48 -
System Red Green Blue C M Y K H S L
Decimal 75 226 214 0.67 0 0.05 0.11 175.23 0.72 0.59
Hex 4B E2 D6 43 0 5 B AF 48 3B
Octal 113 342 326 103 0 5 13 257 110 73
Binary 1001011 11100010 11010110 1000011 0 101 1011 10101111 1001000 111011

Color Harmonies of #4BE2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE2D6

Black with #4BE2D6

Text Example


Text Example

White with #4BE2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BE2D6; }

 p { color: rgb(75,226,214); }

 H1.HeaderClassName
 {
   color: #4BE2D6;
 }
 .AnyTagClassName
 {
   color: #4BE2D6;
 }
</style>

background-color css

<style>
 a { background-color: #4BE2D6; }

 a { background-color: rgb(75,226,214); }

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

border-color css

<style>
 span { border-color: #4BE2D6; }

 span { border-color: rgb(75,226,214); }

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