Html Css Color HEX #4BEFF3 Turquoise

📋 copy color: '#4BEFF3'

red 75 ◦ green 239 ◦ blue 243

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

Shades of Turquoise #4BEFF3

Tints of Turquoise #4BEFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.63%

R = 13.46%
G = 42.91%
B = 43.63%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4BEFF3 (or 0x4BEFF3) is known color: Turquoise. HEX triplet: 4B, EF and F3. RGB value is (75,239,243). Sum of RGB (Red+Green+Blue) = 75+239+243=557 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.46% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #4BEFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEFF3 is #B4100C. Grayscale: #BEBEBE. Windows color (decimal): -11800589 or 15986507. OLE color: 15986507.

HSL color Cylindrical-coordinate representation of color #4BEFF3: hue angle of 181.43º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BEFF3 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 239 243 -
CMYK 0.69 0.02 0 0.05
HSL 181.43º 0.88% 0.62% -
HSV(B) 181.43º 0.69% 0.95% -
XYZ 49.95 69.7 95.62 -
YUV 190.42 157.67 45.67 -
System Red Green Blue C M Y K H S L
Decimal 75 239 243 0.69 0.02 0 0.05 181.43 0.88 0.62
Hex 4B EF F3 45 2 0 5 B5 58 3E
Octal 113 357 363 105 2 0 5 265 130 76
Binary 1001011 11101111 11110011 1000101 10 0 101 10110101 1011000 111110

Color Harmonies of #4BEFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEFF3

Black with #4BEFF3

Text Example


Text Example

White with #4BEFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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