Html Css Color HEX #4BEDDB Turquoise

📋 copy color: '#4BEDDB'

red 75 ◦ green 237 ◦ blue 219

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

Shades of Turquoise #4BEDDB

Tints of Turquoise #4BEDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 14.12%
G = 44.63%
B = 41.24%

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

#4BEDDB (or 0x4BEDDB) is known color: Turquoise. HEX triplet: 4B, ED and DB. RGB value is (75,237,219). Sum of RGB (Red+Green+Blue) = 75+237+219=531 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.12% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #4BEDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEDDB is #B41224. Grayscale: #BABABA. Windows color (decimal): -11801125 or 14413131. OLE color: 14413131.

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

Color convert

RGB 75 237 219 -
CMYK 0.68 0 0.08 0.07
HSL 173.33º 0.82% 0.61% -
HSV(B) 173.33º 0.68% 0.93% -
XYZ 45.97 67.18 77.56 -
YUV 186.51 146.33 48.46 -
System Red Green Blue C M Y K H S L
Decimal 75 237 219 0.68 0 0.08 0.07 173.33 0.82 0.61
Hex 4B ED DB 44 0 8 7 AD 52 3D
Octal 113 355 333 104 0 10 7 255 122 75
Binary 1001011 11101101 11011011 1000100 0 1000 111 10101101 1010010 111101

Color Harmonies of #4BEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEDDB

Black with #4BEDDB

Text Example


Text Example

White with #4BEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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