Html Css Color HEX #4BE0D2 Turquoise

📋 copy color: '#4BE0D2'

red 75 ◦ green 224 ◦ blue 210

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

Shades of Turquoise #4BE0D2

Tints of Turquoise #4BE0D2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

 BLUE value IS 210 (82.42% from 255) = 41.26%

R = 14.73%
G = 44.01%
B = 41.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#4BE0D2 (or 0x4BE0D2) is known color: Turquoise. HEX triplet: 4B, E0 and D2. RGB value is (75,224,210). Sum of RGB (Red+Green+Blue) = 75+224+210=509 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.73% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE0D2 is #B41F2D. Grayscale: #B1B1B1. Windows color (decimal): -11804462 or 13819979. OLE color: 13819979.

HSL color Cylindrical-coordinate representation of color #4BE0D2: hue angle of 174.36º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE0D2 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 75 224 210 -
CMYK 0.67 0 0.06 0.12
HSL 174.36º 0.71% 0.59% -
HSV(B) 174.36º 0.67% 0.88% -
XYZ 41.19 59.46 70.28 -
YUV 177.85 146.14 54.64 -
System Red Green Blue C M Y K H S L
Decimal 75 224 210 0.67 0 0.06 0.12 174.36 0.71 0.59
Hex 4B E0 D2 43 0 6 C AE 47 3B
Octal 113 340 322 103 0 6 14 256 107 73
Binary 1001011 11100000 11010010 1000011 0 110 1100 10101110 1000111 111011

Color Harmonies of #4BE0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE0D2

Black with #4BE0D2

Text Example


Text Example

White with #4BE0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,224,210); }

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

background-color css

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

 a { background-color: rgb(75,224,210); }

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

border-color css

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

 span { border-color: rgb(75,224,210); }

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