Html Css Color HEX #3FEDCC Turquoise

📋 copy color: '#3FEDCC'

red 63 ◦ green 237 ◦ blue 204

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

Shades of Turquoise #3FEDCC

Tints of Turquoise #3FEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 12.5%
G = 47.02%
B = 40.48%

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

#3FEDCC (or 0x3FEDCC) is known color: Turquoise. HEX triplet: 3F, ED and CC. RGB value is (63,237,204). Sum of RGB (Red+Green+Blue) = 63+237+204=504 (66% of max value = 765). Red value is 63 (25% from 255 or 12.5% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDCC is #C01233. Grayscale: #B5B5B5. Windows color (decimal): -12587572 or 13430079. OLE color: 13430079.

HSL color Cylindrical-coordinate representation of color #3FEDCC: hue angle of 168.62º degrees, saturation: 0.83, 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 #3FEDCC is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 237 204 -
CMYK 0.73 0 0.14 0.07
HSL 168.62º 0.83% 0.59% -
HSV(B) 168.62º 0.73% 0.93% -
XYZ 43.23 65.98 67.58 -
YUV 181.21 140.85 43.68 -
System Red Green Blue C M Y K H S L
Decimal 63 237 204 0.73 0 0.14 0.07 168.62 0.83 0.59
Hex 3F ED CC 49 0 E 7 A9 53 3B
Octal 77 355 314 111 0 16 7 251 123 73
Binary 111111 11101101 11001100 1001001 0 1110 111 10101001 1010011 111011

Color Harmonies of #3FEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEDCC

Black with #3FEDCC

Text Example


Text Example

White with #3FEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,237,204); }

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

background-color css

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

 a { background-color: rgb(63,237,204); }

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

border-color css

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

 span { border-color: rgb(63,237,204); }

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