Html Css Color HEX #4BE4EE Turquoise

📋 copy color: '#4BE4EE'

red 75 ◦ green 228 ◦ blue 238

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

Shades of Turquoise #4BE4EE

Tints of Turquoise #4BE4EE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.14%

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 13.86%
G = 42.14%
B = 43.99%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4BE4EE (or 0x4BE4EE) is known color: Turquoise. HEX triplet: 4B, E4 and EE. RGB value is (75,228,238). Sum of RGB (Red+Green+Blue) = 75+228+238=541 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.86% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #4BE4EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BE4EE is #B41B11. Grayscale: #B7B7B7. Windows color (decimal): -11803410 or 15656011. OLE color: 15656011.

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

Color convert

RGB 75 228 238 -
CMYK 0.68 0.04 0 0.07
HSL 183.68º 0.83% 0.61% -
HSV(B) 183.68º 0.68% 0.93% -
XYZ 46.08 63.16 90.65 -
YUV 183.39 158.81 50.69 -
System Red Green Blue C M Y K H S L
Decimal 75 228 238 0.68 0.04 0 0.07 183.68 0.83 0.61
Hex 4B E4 EE 44 4 0 7 B8 53 3D
Octal 113 344 356 104 4 0 7 270 123 75
Binary 1001011 11100100 11101110 1000100 100 0 111 10111000 1010011 111101

Color Harmonies of #4BE4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE4EE

Black with #4BE4EE

Text Example


Text Example

White with #4BE4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,228,238); }

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

background-color css

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

 a { background-color: rgb(75,228,238); }

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

border-color css

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

 span { border-color: rgb(75,228,238); }

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