Html Css Color HEX #3FE9DD Turquoise

📋 copy color: '#3FE9DD'

red 63 ◦ green 233 ◦ blue 221

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

Shades of Turquoise #3FE9DD

Tints of Turquoise #3FE9DD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.07%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 12.19%
G = 45.07%
B = 42.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#3FE9DD (or 0x3FE9DD) is known color: Turquoise. HEX triplet: 3F, E9 and DD. RGB value is (63,233,221). Sum of RGB (Red+Green+Blue) = 63+233+221=517 (68% of max value = 765). Red value is 63 (25% from 255 or 12.19% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #3FE9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE9DD is #C01622. Grayscale: #B4B4B4. Windows color (decimal): -12588579 or 14543167. OLE color: 14543167.

HSL color Cylindrical-coordinate representation of color #3FE9DD: hue angle of 175.76º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE9DD is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 63 233 221 -
CMYK 0.73 0 0.05 0.09
HSL 175.76º 0.79% 0.58% -
HSV(B) 175.76º 0.73% 0.91% -
XYZ 44.24 64.56 78.54 -
YUV 180.8 150.68 43.98 -
System Red Green Blue C M Y K H S L
Decimal 63 233 221 0.73 0 0.05 0.09 175.76 0.79 0.58
Hex 3F E9 DD 49 0 5 9 B0 4F 3A
Octal 77 351 335 111 0 5 11 260 117 72
Binary 111111 11101001 11011101 1001001 0 101 1001 10110000 1001111 111010

Color Harmonies of #3FE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE9DD

Black with #3FE9DD

Text Example


Text Example

White with #3FE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,233,221); }

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

background-color css

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

 a { background-color: rgb(63,233,221); }

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

border-color css

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

 span { border-color: rgb(63,233,221); }

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