Html Css Color HEX #4FF1CB Turquoise

📋 copy color: '#4FF1CB'

red 79 ◦ green 241 ◦ blue 203

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

Shades of Turquoise #4FF1CB

Tints of Turquoise #4FF1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.08%

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 15.11%
G = 46.08%
B = 38.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#4FF1CB (or 0x4FF1CB) is known color: Turquoise. HEX triplet: 4F, F1 and CB. RGB value is (79,241,203). Sum of RGB (Red+Green+Blue) = 79+241+203=523 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.11% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF1CB is #B00E34. Grayscale: #BCBCBC. Windows color (decimal): -11537973 or 13365583. OLE color: 13365583.

HSL color Cylindrical-coordinate representation of color #4FF1CB: hue angle of 165.93º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF1CB is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 241 203 -
CMYK 0.67 0 0.16 0.05
HSL 165.93º 0.85% 0.63% -
HSV(B) 165.93º 0.67% 0.95% -
XYZ 45.46 68.88 67.4 -
YUV 188.23 136.33 50.09 -
System Red Green Blue C M Y K H S L
Decimal 79 241 203 0.67 0 0.16 0.05 165.93 0.85 0.63
Hex 4F F1 CB 43 0 10 5 A6 55 3F
Octal 117 361 313 103 0 20 5 246 125 77
Binary 1001111 11110001 11001011 1000011 0 10000 101 10100110 1010101 111111

Color Harmonies of #4FF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF1CB

Black with #4FF1CB

Text Example


Text Example

White with #4FF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,241,203); }

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

background-color css

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

 a { background-color: rgb(79,241,203); }

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

border-color css

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

 span { border-color: rgb(79,241,203); }

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