Html Css Color HEX #3CFBCB Turquoise

📋 copy color: '#3CFBCB'

red 60 ◦ green 251 ◦ blue 203

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

Shades of Turquoise #3CFBCB

Tints of Turquoise #3CFBCB

RGB

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

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

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

R = 11.67%
G = 48.83%
B = 39.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#3CFBCB (or 0x3CFBCB) is known color: Turquoise. HEX triplet: 3C, FB and CB. RGB value is (60,251,203). Sum of RGB (Red+Green+Blue) = 60+251+203=514 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.67% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFBCB is #C30434. Grayscale: #BCBCBC. Windows color (decimal): -12780597 or 13368124. OLE color: 13368124.

HSL color Cylindrical-coordinate representation of color #3CFBCB: hue angle of 164.92º 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 #3CFBCB is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 251 203 -
CMYK 0.76 0 0.19 0.02
HSL 164.92º 0.96% 0.61% -
HSV(B) 164.92º 0.76% 0.98% -
XYZ 47.14 74.27 68.35 -
YUV 188.42 136.22 36.4 -
System Red Green Blue C M Y K H S L
Decimal 60 251 203 0.76 0 0.19 0.02 164.92 0.96 0.61
Hex 3C FB CB 4C 0 13 2 A5 60 3D
Octal 74 373 313 114 0 23 2 245 140 75
Binary 111100 11111011 11001011 1001100 0 10011 10 10100101 1100000 111101

Color Harmonies of #3CFBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFBCB

Black with #3CFBCB

Text Example


Text Example

White with #3CFBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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