Html Css Color HEX #4FEBEE Turquoise Blue

📋 copy color: '#4FEBEE'

red 79 ◦ green 235 ◦ blue 238

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

Shades of Turquoise Blue #4FEBEE

Tints of Turquoise Blue #4FEBEE

RGB

 RED value IS 79 (31.25% from 255) = 14.31%

 GREEN value IS 235 (92.19% from 255) = 42.57%

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

R = 14.31%
G = 42.57%
B = 43.12%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4FEBEE (or 0x4FEBEE) is known color: Turquoise Blue. HEX triplet: 4F, EB and EE. RGB value is (79,235,238). Sum of RGB (Red+Green+Blue) = 79+235+238=552 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.31% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #4FEBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEBEE is #B01411. Grayscale: #BCBCBC. Windows color (decimal): -11539474 or 15657807. OLE color: 15657807.

HSL color Cylindrical-coordinate representation of color #4FEBEE: hue angle of 181.13º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEBEE is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 235 238 -
CMYK 0.67 0.01 0 0.07
HSL 181.13º 0.82% 0.62% -
HSV(B) 181.13º 0.67% 0.93% -
XYZ 48.37 67.25 91.32 -
YUV 188.7 155.82 49.76 -
System Red Green Blue C M Y K H S L
Decimal 79 235 238 0.67 0.01 0 0.07 181.13 0.82 0.62
Hex 4F EB EE 43 1 0 7 B5 52 3E
Octal 117 353 356 103 1 0 7 265 122 76
Binary 1001111 11101011 11101110 1000011 1 0 111 10110101 1010010 111110

Color Harmonies of #4FEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBEE

Black with #4FEBEE

Text Example


Text Example

White with #4FEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,235,238); }

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

background-color css

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

 a { background-color: rgb(79,235,238); }

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

border-color css

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

 span { border-color: rgb(79,235,238); }

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