Html Css Color HEX #3FEFCD Turquoise

📋 copy color: '#3FEFCD'

red 63 ◦ green 239 ◦ blue 205

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

Shades of Turquoise #3FEFCD

Tints of Turquoise #3FEFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 12.43%
G = 47.14%
B = 40.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#3FEFCD (or 0x3FEFCD) is known color: Turquoise. HEX triplet: 3F, EF and CD. RGB value is (63,239,205). Sum of RGB (Red+Green+Blue) = 63+239+205=507 (67% of max value = 765). Red value is 63 (25% from 255 or 12.43% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFCD is #C01032. Grayscale: #B6B6B6. Windows color (decimal): -12587059 or 13496127. OLE color: 13496127.

HSL color Cylindrical-coordinate representation of color #3FEFCD: hue angle of 168.41º 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 #3FEFCD is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 239 205 -
CMYK 0.74 0 0.14 0.06
HSL 168.41º 0.85% 0.59% -
HSV(B) 168.41º 0.74% 0.94% -
XYZ 43.94 67.2 68.41 -
YUV 182.5 140.69 42.76 -
System Red Green Blue C M Y K H S L
Decimal 63 239 205 0.74 0 0.14 0.06 168.41 0.85 0.59
Hex 3F EF CD 4A 0 E 6 A8 55 3B
Octal 77 357 315 112 0 16 6 250 125 73
Binary 111111 11101111 11001101 1001010 0 1110 110 10101000 1010101 111011

Color Harmonies of #3FEFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFCD

Black with #3FEFCD

Text Example


Text Example

White with #3FEFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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