Html Css Color HEX #4BEEB2 Turquoise

📋 copy color: '#4BEEB2'

red 75 ◦ green 238 ◦ blue 178

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

Shades of Turquoise #4BEEB2

Tints of Turquoise #4BEEB2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.47%

 BLUE value IS 178 (69.92% from 255) = 36.25%

R = 15.27%
G = 48.47%
B = 36.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#4BEEB2 (or 0x4BEEB2) is known color: Turquoise. HEX triplet: 4B, EE and B2. RGB value is (75,238,178). Sum of RGB (Red+Green+Blue) = 75+238+178=491 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.27% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #4BEEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BEEB2 is #B4114D. Grayscale: #B6B6B6. Windows color (decimal): -11800910 or 11726411. OLE color: 11726411.

HSL color Cylindrical-coordinate representation of color #4BEEB2: hue angle of 157.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEEB2 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 238 178 -
CMYK 0.68 0 0.25 0.07
HSL 157.91º 0.83% 0.61% -
HSV(B) 157.91º 0.68% 0.93% -
XYZ 41.51 65.86 52.64 -
YUV 182.42 125.5 51.38 -
System Red Green Blue C M Y K H S L
Decimal 75 238 178 0.68 0 0.25 0.07 157.91 0.83 0.61
Hex 4B EE B2 44 0 19 7 9E 53 3D
Octal 113 356 262 104 0 31 7 236 123 75
Binary 1001011 11101110 10110010 1000100 0 11001 111 10011110 1010011 111101

Color Harmonies of #4BEEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEEB2

Black with #4BEEB2

Text Example


Text Example

White with #4BEEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,238,178); }

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

background-color css

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

 a { background-color: rgb(75,238,178); }

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

border-color css

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

 span { border-color: rgb(75,238,178); }

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