Html Css Color HEX #3FDDEA Turquoise

📋 copy color: '#3FDDEA'

red 63 ◦ green 221 ◦ blue 234

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

Shades of Turquoise #3FDDEA

Tints of Turquoise #3FDDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 12.16%
G = 42.66%
B = 45.17%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3FDDEA (or 0x3FDDEA) is known color: Turquoise. HEX triplet: 3F, DD and EA. RGB value is (63,221,234). Sum of RGB (Red+Green+Blue) = 63+221+234=518 (68% of max value = 765). Red value is 63 (25% from 255 or 12.16% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FDDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDDEA is #C02215. Grayscale: #AFAFAF. Windows color (decimal): -12591638 or 15392063. OLE color: 15392063.

HSL color Cylindrical-coordinate representation of color #3FDDEA: hue angle of 184.56º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDDEA is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 221 234 -
CMYK 0.73 0.06 0 0.08
HSL 184.56º 0.8% 0.58% -
HSV(B) 184.56º 0.73% 0.92% -
XYZ 42.76 58.71 86.92 -
YUV 175.24 161.15 47.94 -
System Red Green Blue C M Y K H S L
Decimal 63 221 234 0.73 0.06 0 0.08 184.56 0.8 0.58
Hex 3F DD EA 49 6 0 8 B9 50 3A
Octal 77 335 352 111 6 0 10 271 120 72
Binary 111111 11011101 11101010 1001001 110 0 1000 10111001 1010000 111010

Color Harmonies of #3FDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDDEA

Black with #3FDDEA

Text Example


Text Example

White with #3FDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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