Html Css Color HEX #4BFFCE Turquoise

📋 copy color: '#4BFFCE'

red 75 ◦ green 255 ◦ blue 206

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

Shades of Turquoise #4BFFCE

Tints of Turquoise #4BFFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 47.57%

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 13.99%
G = 47.57%
B = 38.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#4BFFCE (or 0x4BFFCE) is known color: Turquoise. HEX triplet: 4B, FF and CE. RGB value is (75,255,206). Sum of RGB (Red+Green+Blue) = 75+255+206=536 (70% of max value = 765). Red value is 75 (29.69% from 255 or 13.99% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFCE is #B40031. Grayscale: #C3C3C3. Windows color (decimal): -11796530 or 13565771. OLE color: 13565771.

HSL color Cylindrical-coordinate representation of color #4BFFCE: hue angle of 163.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFCE is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 75 255 206 -
CMYK 0.71 0 0.19 0
HSL 163.67º 1% 0.65% -
HSV(B) 163.67º 0.71% 1% -
XYZ 49.8 77.47 70.72 -
YUV 195.59 133.87 41.98 -
System Red Green Blue C M Y K H S L
Decimal 75 255 206 0.71 0 0.19 0 163.67 1 0.65
Hex 4B FF CE 47 0 13 0 A4 64 41
Octal 113 377 316 107 0 23 0 244 144 101
Binary 1001011 11111111 11001110 1000111 0 10011 0 10100100 1100100 1000001

Color Harmonies of #4BFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFFCE

Black with #4BFFCE

Text Example


Text Example

White with #4BFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,255,206); }

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

background-color css

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

 a { background-color: rgb(75,255,206); }

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

border-color css

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

 span { border-color: rgb(75,255,206); }

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