Html Css Color HEX #3FECCB Turquoise

📋 copy color: '#3FECCB'

red 63 ◦ green 236 ◦ blue 203

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

Shades of Turquoise #3FECCB

Tints of Turquoise #3FECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.01%

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

R = 12.55%
G = 47.01%
B = 40.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#3FECCB (or 0x3FECCB) is known color: Turquoise. HEX triplet: 3F, EC and CB. RGB value is (63,236,203). Sum of RGB (Red+Green+Blue) = 63+236+203=502 (66% of max value = 765). Red value is 63 (25% from 255 or 12.55% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECCB is #C01334. Grayscale: #B4B4B4. Windows color (decimal): -12587829 or 13364287. OLE color: 13364287.

HSL color Cylindrical-coordinate representation of color #3FECCB: hue angle of 168.55º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECCB is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 236 203 -
CMYK 0.73 0 0.14 0.07
HSL 168.55º 0.82% 0.59% -
HSV(B) 168.55º 0.73% 0.93% -
XYZ 42.82 65.36 66.86 -
YUV 180.51 140.69 44.18 -
System Red Green Blue C M Y K H S L
Decimal 63 236 203 0.73 0 0.14 0.07 168.55 0.82 0.59
Hex 3F EC CB 49 0 E 7 A9 52 3B
Octal 77 354 313 111 0 16 7 251 122 73
Binary 111111 11101100 11001011 1001001 0 1110 111 10101001 1010010 111011

Color Harmonies of #3FECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FECCB

Black with #3FECCB

Text Example


Text Example

White with #3FECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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