Html Css Color HEX #4BECCB Turquoise

📋 copy color: '#4BECCB'

red 75 ◦ green 236 ◦ blue 203

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

Shades of Turquoise #4BECCB

Tints of Turquoise #4BECCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 14.59%
G = 45.91%
B = 39.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#4BECCB (or 0x4BECCB) is known color: Turquoise. HEX triplet: 4B, EC and CB. RGB value is (75,236,203). Sum of RGB (Red+Green+Blue) = 75+236+203=514 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.59% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BECCB is #B41334. Grayscale: #B8B8B8. Windows color (decimal): -11801397 or 13364299. OLE color: 13364299.

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

Color convert

RGB 75 236 203 -
CMYK 0.68 0 0.14 0.07
HSL 167.7º 0.81% 0.61% -
HSV(B) 167.7º 0.68% 0.93% -
XYZ 43.68 65.8 66.9 -
YUV 184.1 138.66 50.18 -
System Red Green Blue C M Y K H S L
Decimal 75 236 203 0.68 0 0.14 0.07 167.7 0.81 0.61
Hex 4B EC CB 44 0 E 7 A8 51 3D
Octal 113 354 313 104 0 16 7 250 121 75
Binary 1001011 11101100 11001011 1000100 0 1110 111 10101000 1010001 111101

Color Harmonies of #4BECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BECCB

Black with #4BECCB

Text Example


Text Example

White with #4BECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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