Html Css Color HEX #3FF9CB Turquoise

📋 copy color: '#3FF9CB'

red 63 ◦ green 249 ◦ blue 203

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

Shades of Turquoise #3FF9CB

Tints of Turquoise #3FF9CB

RGB

 RED value IS 63 (25% from 255) = 12.23%

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

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

R = 12.23%
G = 48.35%
B = 39.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#3FF9CB (or 0x3FF9CB) is known color: Turquoise. HEX triplet: 3F, F9 and CB. RGB value is (63,249,203). Sum of RGB (Red+Green+Blue) = 63+249+203=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF9CB is #C00634. Grayscale: #BCBCBC. Windows color (decimal): -12584501 or 13367615. OLE color: 13367615.

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

Color convert

RGB 63 249 203 -
CMYK 0.75 0 0.18 0.02
HSL 165.16º 0.94% 0.61% -
HSV(B) 165.16º 0.75% 0.98% -
XYZ 46.71 73.12 68.15 -
YUV 188.14 136.38 38.74 -
System Red Green Blue C M Y K H S L
Decimal 63 249 203 0.75 0 0.18 0.02 165.16 0.94 0.61
Hex 3F F9 CB 4B 0 12 2 A5 5E 3D
Octal 77 371 313 113 0 22 2 245 136 75
Binary 111111 11111001 11001011 1001011 0 10010 10 10100101 1011110 111101

Color Harmonies of #3FF9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF9CB

Black with #3FF9CB

Text Example


Text Example

White with #3FF9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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