Html Css Color HEX #4BEBE8 Turquoise

📋 copy color: '#4BEBE8'

red 75 ◦ green 235 ◦ blue 232

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

Shades of Turquoise #4BEBE8

Tints of Turquoise #4BEBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.8%

R = 13.84%
G = 43.36%
B = 42.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#4BEBE8 (or 0x4BEBE8) is known color: Turquoise. HEX triplet: 4B, EB and E8. RGB value is (75,235,232). Sum of RGB (Red+Green+Blue) = 75+235+232=542 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.84% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #4BEBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEBE8 is #B41417. Grayscale: #BABABA. Windows color (decimal): -11801624 or 15264587. OLE color: 15264587.

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

Color convert

RGB 75 235 232 -
CMYK 0.68 0 0.01 0.08
HSL 178.88º 0.8% 0.61% -
HSV(B) 178.88º 0.68% 0.92% -
XYZ 47.18 66.74 86.74 -
YUV 186.82 153.49 48.24 -
System Red Green Blue C M Y K H S L
Decimal 75 235 232 0.68 0 0.01 0.08 178.88 0.8 0.61
Hex 4B EB E8 44 0 1 8 B3 50 3D
Octal 113 353 350 104 0 1 10 263 120 75
Binary 1001011 11101011 11101000 1000100 0 1 1000 10110011 1010000 111101

Color Harmonies of #4BEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEBE8

Black with #4BEBE8

Text Example


Text Example

White with #4BEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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