Html Css Color HEX #4BEDE6 Turquoise

📋 copy color: '#4BEDE6'

red 75 ◦ green 237 ◦ blue 230

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

Shades of Turquoise #4BEDE6

Tints of Turquoise #4BEDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.44%

R = 13.84%
G = 43.73%
B = 42.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#4BEDE6 (or 0x4BEDE6) is known color: Turquoise. HEX triplet: 4B, ED and E6. RGB value is (75,237,230). Sum of RGB (Red+Green+Blue) = 75+237+230=542 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.84% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #4BEDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEDE6 is #B41219. Grayscale: #BBBBBB. Windows color (decimal): -11801114 or 15134027. OLE color: 15134027.

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

Color convert

RGB 75 237 230 -
CMYK 0.68 0 0.03 0.07
HSL 177.41º 0.82% 0.61% -
HSV(B) 177.41º 0.68% 0.93% -
XYZ 47.47 67.78 85.44 -
YUV 187.76 151.83 47.57 -
System Red Green Blue C M Y K H S L
Decimal 75 237 230 0.68 0 0.03 0.07 177.41 0.82 0.61
Hex 4B ED E6 44 0 3 7 B1 52 3D
Octal 113 355 346 104 0 3 7 261 122 75
Binary 1001011 11101101 11100110 1000100 0 11 111 10110001 1010010 111101

Color Harmonies of #4BEDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEDE6

Black with #4BEDE6

Text Example


Text Example

White with #4BEDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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