Html Css Color HEX #4BEDDA Turquoise

📋 copy color: '#4BEDDA'

red 75 ◦ green 237 ◦ blue 218

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

Shades of Turquoise #4BEDDA

Tints of Turquoise #4BEDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.72%

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 14.15%
G = 44.72%
B = 41.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#4BEDDA (or 0x4BEDDA) is known color: Turquoise. HEX triplet: 4B, ED and DA. RGB value is (75,237,218). Sum of RGB (Red+Green+Blue) = 75+237+218=530 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.15% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #4BEDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEDDA is #B41225. Grayscale: #BABABA. Windows color (decimal): -11801126 or 14347595. OLE color: 14347595.

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

Color convert

RGB 75 237 218 -
CMYK 0.68 0 0.08 0.07
HSL 172.96º 0.82% 0.61% -
HSV(B) 172.96º 0.68% 0.93% -
XYZ 45.84 67.13 76.87 -
YUV 186.4 145.83 48.54 -
System Red Green Blue C M Y K H S L
Decimal 75 237 218 0.68 0 0.08 0.07 172.96 0.82 0.61
Hex 4B ED DA 44 0 8 7 AD 52 3D
Octal 113 355 332 104 0 10 7 255 122 75
Binary 1001011 11101101 11011010 1000100 0 1000 111 10101101 1010010 111101

Color Harmonies of #4BEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEDDA

Black with #4BEDDA

Text Example


Text Example

White with #4BEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,237,218); }

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

background-color css

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

 a { background-color: rgb(75,237,218); }

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

border-color css

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

 span { border-color: rgb(75,237,218); }

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