Html Css Color HEX #3FDDED Turquoise

📋 copy color: '#3FDDED'

red 63 ◦ green 221 ◦ blue 237

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

Shades of Turquoise #3FDDED

Tints of Turquoise #3FDDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 12.09%
G = 42.42%
B = 45.49%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3FDDED (or 0x3FDDED) is known color: Turquoise. HEX triplet: 3F, DD and ED. RGB value is (63,221,237). Sum of RGB (Red+Green+Blue) = 63+221+237=521 (69% of max value = 765). Red value is 63 (25% from 255 or 12.09% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #3FDDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDDED is #C02212. Grayscale: #AFAFAF. Windows color (decimal): -12591635 or 15588671. OLE color: 15588671.

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

Color convert

RGB 63 221 237 -
CMYK 0.73 0.07 0 0.07
HSL 185.52º 0.83% 0.59% -
HSV(B) 185.52º 0.73% 0.93% -
XYZ 43.19 58.88 89.21 -
YUV 175.58 162.65 47.7 -
System Red Green Blue C M Y K H S L
Decimal 63 221 237 0.73 0.07 0 0.07 185.52 0.83 0.59
Hex 3F DD ED 49 7 0 7 BA 53 3B
Octal 77 335 355 111 7 0 7 272 123 73
Binary 111111 11011101 11101101 1001001 111 0 111 10111010 1010011 111011

Color Harmonies of #3FDDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDDED

Black with #3FDDED

Text Example


Text Example

White with #3FDDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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