Html Css Color HEX #4BEFEE Turquoise

📋 copy color: '#4BEFEE'

red 75 ◦ green 239 ◦ blue 238

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

Shades of Turquoise #4BEFEE

Tints of Turquoise #4BEFEE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.3%

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

R = 13.59%
G = 43.3%
B = 43.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#4BEFEE (or 0x4BEFEE) is known color: Turquoise. HEX triplet: 4B, EF and EE. RGB value is (75,239,238). Sum of RGB (Red+Green+Blue) = 75+239+238=552 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.59% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEFEE is #B41011. Grayscale: #BDBDBD. Windows color (decimal): -11800594 or 15658827. OLE color: 15658827.

HSL color Cylindrical-coordinate representation of color #4BEFEE: hue angle of 179.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BEFEE is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 75 239 238 -
CMYK 0.69 0 0.00 0.06
HSL 179.63º 0.84% 0.62% -
HSV(B) 179.63º 0.69% 0.94% -
XYZ 49.2 69.4 91.69 -
YUV 189.85 155.17 46.08 -
System Red Green Blue C M Y K H S L
Decimal 75 239 238 0.69 0 0.00 0.06 179.63 0.84 0.62
Hex 4B EF EE 45 0 0 6 B4 54 3E
Octal 113 357 356 105 0 0 6 264 124 76
Binary 1001011 11101111 11101110 1000101 0 0 110 10110100 1010100 111110

Color Harmonies of #4BEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEFEE

Black with #4BEFEE

Text Example


Text Example

White with #4BEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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