Html Css Color HEX #3FEFDC Turquoise

📋 copy color: '#3FEFDC'

red 63 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #3FEFDC

Tints of Turquoise #3FEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.79%

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 12.07%
G = 45.79%
B = 42.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#3FEFDC (or 0x3FEFDC) is known color: Turquoise. HEX triplet: 3F, EF and DC. RGB value is (63,239,220). Sum of RGB (Red+Green+Blue) = 63+239+220=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFDC is #C01023. Grayscale: #B8B8B8. Windows color (decimal): -12587044 or 14479167. OLE color: 14479167.

HSL color Cylindrical-coordinate representation of color #3FEFDC: hue angle of 173.52º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFDC is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 239 220 -
CMYK 0.74 0 0.08 0.06
HSL 173.52º 0.85% 0.59% -
HSV(B) 173.52º 0.74% 0.94% -
XYZ 45.83 67.96 78.41 -
YUV 184.21 148.19 41.54 -
System Red Green Blue C M Y K H S L
Decimal 63 239 220 0.74 0 0.08 0.06 173.52 0.85 0.59
Hex 3F EF DC 4A 0 8 6 AE 55 3B
Octal 77 357 334 112 0 10 6 256 125 73
Binary 111111 11101111 11011100 1001010 0 1000 110 10101110 1010101 111011

Color Harmonies of #3FEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFDC

Black with #3FEFDC

Text Example


Text Example

White with #3FEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,239,220); }

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

background-color css

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

 a { background-color: rgb(63,239,220); }

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

border-color css

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

 span { border-color: rgb(63,239,220); }

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