Html Css Color HEX #4BEBCD Turquoise

📋 copy color: '#4BEBCD'

red 75 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #4BEBCD

Tints of Turquoise #4BEBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 14.56%
G = 45.63%
B = 39.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#4BEBCD (or 0x4BEBCD) is known color: Turquoise. HEX triplet: 4B, EB and CD. RGB value is (75,235,205). Sum of RGB (Red+Green+Blue) = 75+235+205=515 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.56% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #4BEBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEBCD is #B41432. Grayscale: #B7B7B7. Windows color (decimal): -11801651 or 13495115. OLE color: 13495115.

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

Color convert

RGB 75 235 205 -
CMYK 0.68 0 0.13 0.08
HSL 168.75º 0.8% 0.61% -
HSV(B) 168.75º 0.68% 0.92% -
XYZ 43.63 65.32 68.07 -
YUV 183.74 139.99 50.44 -
System Red Green Blue C M Y K H S L
Decimal 75 235 205 0.68 0 0.13 0.08 168.75 0.8 0.61
Hex 4B EB CD 44 0 D 8 A9 50 3D
Octal 113 353 315 104 0 15 10 251 120 75
Binary 1001011 11101011 11001101 1000100 0 1101 1000 10101001 1010000 111101

Color Harmonies of #4BEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEBCD

Black with #4BEBCD

Text Example


Text Example

White with #4BEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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