Html Css Color HEX #4BEBCF Turquoise

📋 copy color: '#4BEBCF'

red 75 ◦ green 235 ◦ blue 207

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

Shades of Turquoise #4BEBCF

Tints of Turquoise #4BEBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 14.51%
G = 45.45%
B = 40.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#4BEBCF (or 0x4BEBCF) is known color: Turquoise. HEX triplet: 4B, EB and CF. RGB value is (75,235,207). Sum of RGB (Red+Green+Blue) = 75+235+207=517 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.51% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #4BEBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEBCF is #B41430. Grayscale: #B7B7B7. Windows color (decimal): -11801649 or 13626187. OLE color: 13626187.

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

Color convert

RGB 75 235 207 -
CMYK 0.68 0 0.12 0.08
HSL 169.5º 0.8% 0.61% -
HSV(B) 169.5º 0.68% 0.92% -
XYZ 43.87 65.42 69.35 -
YUV 183.97 140.99 50.28 -
System Red Green Blue C M Y K H S L
Decimal 75 235 207 0.68 0 0.12 0.08 169.5 0.8 0.61
Hex 4B EB CF 44 0 C 8 AA 50 3D
Octal 113 353 317 104 0 14 10 252 120 75
Binary 1001011 11101011 11001111 1000100 0 1100 1000 10101010 1010000 111101

Color Harmonies of #4BEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEBCF

Black with #4BEBCF

Text Example


Text Example

White with #4BEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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