Html Css Color HEX #3CFBB8 Turquoise

📋 copy color: '#3CFBB8'

red 60 ◦ green 251 ◦ blue 184

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

Shades of Turquoise #3CFBB8

Tints of Turquoise #3CFBB8

RGB

 RED value IS 60 (23.83% from 255) = 12.12%

 GREEN value IS 251 (98.44% from 255) = 50.71%

 BLUE value IS 184 (72.27% from 255) = 37.17%

R = 12.12%
G = 50.71%
B = 37.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#3CFBB8 (or 0x3CFBB8) is known color: Turquoise. HEX triplet: 3C, FB and B8. RGB value is (60,251,184). Sum of RGB (Red+Green+Blue) = 60+251+184=495 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.12% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFBB8 is #C30447. Grayscale: #BABABA. Windows color (decimal): -12780616 or 12122940. OLE color: 12122940.

HSL color Cylindrical-coordinate representation of color #3CFBB8: hue angle of 158.95º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFBB8 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 251 184 -
CMYK 0.76 0 0.27 0.02
HSL 158.95º 0.96% 0.61% -
HSV(B) 158.95º 0.76% 0.98% -
XYZ 45.01 73.42 57.15 -
YUV 186.25 126.72 37.95 -
System Red Green Blue C M Y K H S L
Decimal 60 251 184 0.76 0 0.27 0.02 158.95 0.96 0.61
Hex 3C FB B8 4C 0 1B 2 9F 60 3D
Octal 74 373 270 114 0 33 2 237 140 75
Binary 111100 11111011 10111000 1001100 0 11011 10 10011111 1100000 111101

Color Harmonies of #3CFBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFBB8

Black with #3CFBB8

Text Example


Text Example

White with #3CFBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CFBB8; }

 p { color: rgb(60,251,184); }

 H1.HeaderClassName
 {
   color: #3CFBB8;
 }
 .AnyTagClassName
 {
   color: #3CFBB8;
 }
</style>

background-color css

<style>
 a { background-color: #3CFBB8; }

 a { background-color: rgb(60,251,184); }

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

border-color css

<style>
 span { border-color: #3CFBB8; }

 span { border-color: rgb(60,251,184); }

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