Html Css Color HEX #3FDDE2 Turquoise

📋 copy color: '#3FDDE2'

red 63 ◦ green 221 ◦ blue 226

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

Shades of Turquoise #3FDDE2

Tints of Turquoise #3FDDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.31%

R = 12.35%
G = 43.33%
B = 44.31%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3FDDE2 (or 0x3FDDE2) is known color: Turquoise. HEX triplet: 3F, DD and E2. RGB value is (63,221,226). Sum of RGB (Red+Green+Blue) = 63+221+226=510 (67% of max value = 765). Red value is 63 (25% from 255 or 12.35% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 226 (88.67% from 255 or 44.31% from 510); Max value from RGB is 226 - color contains mainly: blue. Hex color #3FDDE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDE2 is #C0221D. Grayscale: #AEAEAE. Windows color (decimal): -12591646 or 14867775. OLE color: 14867775.

HSL color Cylindrical-coordinate representation of color #3FDDE2: hue angle of 181.84º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDDE2 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 63 221 226 -
CMYK 0.72 0.02 0 0.11
HSL 181.84º 0.74% 0.57% -
HSV(B) 181.84º 0.72% 0.89% -
XYZ 41.63 58.26 81 -
YUV 174.33 157.15 48.59 -
System Red Green Blue C M Y K H S L
Decimal 63 221 226 0.72 0.02 0 0.11 181.84 0.74 0.57
Hex 3F DD E2 48 2 0 B B6 4A 39
Octal 77 335 342 110 2 0 13 266 112 71
Binary 111111 11011101 11100010 1001000 10 0 1011 10110110 1001010 111001

Color Harmonies of #3FDDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDDE2

Black with #3FDDE2

Text Example


Text Example

White with #3FDDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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