Html Css Color HEX #4BEBEB Turquoise

📋 copy color: '#4BEBEB'

red 75 ◦ green 235 ◦ blue 235

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

Shades of Turquoise #4BEBEB

Tints of Turquoise #4BEBEB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.12%

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 13.76%
G = 43.12%
B = 43.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4BEBEB (or 0x4BEBEB) is known color: Turquoise. HEX triplet: 4B, EB and EB. RGB value is (75,235,235). Sum of RGB (Red+Green+Blue) = 75+235+235=545 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.76% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #4BEBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEBEB is #B41414. Grayscale: #BBBBBB. Windows color (decimal): -11801621 or 15461195. OLE color: 15461195.

HSL color Cylindrical-coordinate representation of color #4BEBEB: hue angle of 180º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEBEB is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 75 235 235 -
CMYK 0.68 0 0 0.08
HSL 180º 0.8% 0.61% -
HSV(B) 180º 0.68% 0.92% -
XYZ 47.61 66.91 89 -
YUV 187.16 154.99 48 -
System Red Green Blue C M Y K H S L
Decimal 75 235 235 0.68 0 0 0.08 180 0.8 0.61
Hex 4B EB EB 44 0 0 8 B4 50 3D
Octal 113 353 353 104 0 0 10 264 120 75
Binary 1001011 11101011 11101011 1000100 0 0 1000 10110100 1010000 111101

Color Harmonies of #4BEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEBEB

Black with #4BEBEB

Text Example


Text Example

White with #4BEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,235,235); }

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

background-color css

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

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

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

border-color css

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

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

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