Html Css Color HEX #3CF9CB Turquoise

📋 copy color: '#3CF9CB'

red 60 ◦ green 249 ◦ blue 203

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

Shades of Turquoise #3CF9CB

Tints of Turquoise #3CF9CB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.63%

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

R = 11.72%
G = 48.63%
B = 39.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#3CF9CB (or 0x3CF9CB) is known color: Turquoise. HEX triplet: 3C, F9 and CB. RGB value is (60,249,203). Sum of RGB (Red+Green+Blue) = 60+249+203=512 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.72% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF9CB is #C30634. Grayscale: #BBBBBB. Windows color (decimal): -12781109 or 13367612. OLE color: 13367612.

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

Color convert

RGB 60 249 203 -
CMYK 0.76 0 0.18 0.02
HSL 165.4º 0.94% 0.61% -
HSV(B) 165.4º 0.76% 0.98% -
XYZ 46.52 73.02 68.14 -
YUV 187.25 136.88 37.24 -
System Red Green Blue C M Y K H S L
Decimal 60 249 203 0.76 0 0.18 0.02 165.4 0.94 0.61
Hex 3C F9 CB 4C 0 12 2 A5 5E 3D
Octal 74 371 313 114 0 22 2 245 136 75
Binary 111100 11111001 11001011 1001100 0 10010 10 10100101 1011110 111101

Color Harmonies of #3CF9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF9CB

Black with #3CF9CB

Text Example


Text Example

White with #3CF9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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