Html Css Color HEX #4BECCE Turquoise

📋 copy color: '#4BECCE'

red 75 ◦ green 236 ◦ blue 206

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

Shades of Turquoise #4BECCE

Tints of Turquoise #4BECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 14.51%
G = 45.65%
B = 39.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#4BECCE (or 0x4BECCE) is known color: Turquoise. HEX triplet: 4B, EC and CE. RGB value is (75,236,206). Sum of RGB (Red+Green+Blue) = 75+236+206=517 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.51% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BECCE is #B41331. Grayscale: #B8B8B8. Windows color (decimal): -11801394 or 13560907. OLE color: 13560907.

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

Color convert

RGB 75 236 206 -
CMYK 0.68 0 0.13 0.07
HSL 168.82º 0.81% 0.61% -
HSV(B) 168.82º 0.68% 0.93% -
XYZ 44.04 65.94 68.8 -
YUV 184.44 140.16 49.94 -
System Red Green Blue C M Y K H S L
Decimal 75 236 206 0.68 0 0.13 0.07 168.82 0.81 0.61
Hex 4B EC CE 44 0 D 7 A9 51 3D
Octal 113 354 316 104 0 15 7 251 121 75
Binary 1001011 11101100 11001110 1000100 0 1101 111 10101001 1010001 111101

Color Harmonies of #4BECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BECCE

Black with #4BECCE

Text Example


Text Example

White with #4BECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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