Html Css Color HEX #3FEECD Turquoise

📋 copy color: '#3FEECD'

red 63 ◦ green 238 ◦ blue 205

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

Shades of Turquoise #3FEECD

Tints of Turquoise #3FEECD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.04%

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

R = 12.45%
G = 47.04%
B = 40.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#3FEECD (or 0x3FEECD) is known color: Turquoise. HEX triplet: 3F, EE and CD. RGB value is (63,238,205). Sum of RGB (Red+Green+Blue) = 63+238+205=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEECD is #C01132. Grayscale: #B5B5B5. Windows color (decimal): -12587315 or 13495871. OLE color: 13495871.

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

Color convert

RGB 63 238 205 -
CMYK 0.74 0 0.14 0.07
HSL 168.69º 0.84% 0.59% -
HSV(B) 168.69º 0.74% 0.93% -
XYZ 43.64 66.61 68.32 -
YUV 181.91 141.02 43.18 -
System Red Green Blue C M Y K H S L
Decimal 63 238 205 0.74 0 0.14 0.07 168.69 0.84 0.59
Hex 3F EE CD 4A 0 E 7 A9 54 3B
Octal 77 356 315 112 0 16 7 251 124 73
Binary 111111 11101110 11001101 1001010 0 1110 111 10101001 1010100 111011

Color Harmonies of #3FEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEECD

Black with #3FEECD

Text Example


Text Example

White with #3FEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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