Html Css Color HEX #4BECE8 Turquoise

📋 copy color: '#4BECE8'

red 75 ◦ green 236 ◦ blue 232

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

Shades of Turquoise #4BECE8

Tints of Turquoise #4BECE8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.46%

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

R = 13.81%
G = 43.46%
B = 42.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#4BECE8 (or 0x4BECE8) is known color: Turquoise. HEX triplet: 4B, EC and E8. RGB value is (75,236,232). Sum of RGB (Red+Green+Blue) = 75+236+232=543 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.81% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BECE8 is #B41317. Grayscale: #BBBBBB. Windows color (decimal): -11801368 or 15264843. OLE color: 15264843.

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

Color convert

RGB 75 236 232 -
CMYK 0.68 0 0.02 0.07
HSL 178.51º 0.81% 0.61% -
HSV(B) 178.51º 0.68% 0.93% -
XYZ 47.46 67.31 86.84 -
YUV 187.41 153.16 47.83 -
System Red Green Blue C M Y K H S L
Decimal 75 236 232 0.68 0 0.02 0.07 178.51 0.81 0.61
Hex 4B EC E8 44 0 2 7 B3 51 3D
Octal 113 354 350 104 0 2 7 263 121 75
Binary 1001011 11101100 11101000 1000100 0 10 111 10110011 1010001 111101

Color Harmonies of #4BECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BECE8

Black with #4BECE8

Text Example


Text Example

White with #4BECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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