Html Css Color HEX #4BEEBA Turquoise

📋 copy color: '#4BEEBA'

red 75 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #4BEEBA

Tints of Turquoise #4BEEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 15.03%
G = 47.7%
B = 37.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#4BEEBA (or 0x4BEEBA) is known color: Turquoise. HEX triplet: 4B, EE and BA. RGB value is (75,238,186). Sum of RGB (Red+Green+Blue) = 75+238+186=499 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15.03% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #4BEEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEEBA is #B41145. Grayscale: #B7B7B7. Windows color (decimal): -11800902 or 12250699. OLE color: 12250699.

HSL color Cylindrical-coordinate representation of color #4BEEBA: hue angle of 160.86º 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 #4BEEBA is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 238 186 -
CMYK 0.68 0 0.22 0.07
HSL 160.86º 0.83% 0.61% -
HSV(B) 160.86º 0.68% 0.93% -
XYZ 42.34 66.19 57 -
YUV 183.34 129.5 50.73 -
System Red Green Blue C M Y K H S L
Decimal 75 238 186 0.68 0 0.22 0.07 160.86 0.83 0.61
Hex 4B EE BA 44 0 16 7 A1 53 3D
Octal 113 356 272 104 0 26 7 241 123 75
Binary 1001011 11101110 10111010 1000100 0 10110 111 10100001 1010011 111101

Color Harmonies of #4BEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEEBA

Black with #4BEEBA

Text Example


Text Example

White with #4BEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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