Html Css Color HEX #3FDDFD Turquoise Blue

📋 copy color: '#3FDDFD'

red 63 ◦ green 221 ◦ blue 253

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

Shades of Turquoise Blue #3FDDFD

Tints of Turquoise Blue #3FDDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 11.73%
G = 41.15%
B = 47.11%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3FDDFD (or 0x3FDDFD) is known color: Turquoise Blue. HEX triplet: 3F, DD and FD. RGB value is (63,221,253). Sum of RGB (Red+Green+Blue) = 63+221+253=537 (71% of max value = 765). Red value is 63 (25% from 255 or 11.73% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FDDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDDFD is #C02202. Grayscale: #B1B1B1. Windows color (decimal): -12591619 or 16637247. OLE color: 16637247.

HSL color Cylindrical-coordinate representation of color #3FDDFD: hue angle of 190.11º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FDDFD is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 221 253 -
CMYK 0.75 0.13 0 0.01
HSL 190.11º 0.98% 0.62% -
HSV(B) 190.11º 0.75% 0.99% -
XYZ 45.64 59.86 102.08 -
YUV 177.41 170.65 46.4 -
System Red Green Blue C M Y K H S L
Decimal 63 221 253 0.75 0.13 0 0.01 190.11 0.98 0.62
Hex 3F DD FD 4B D 0 1 BE 62 3E
Octal 77 335 375 113 15 0 1 276 142 76
Binary 111111 11011101 11111101 1001011 1101 0 1 10111110 1100010 111110

Color Harmonies of #3FDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDDFD

Black with #3FDDFD

Text Example


Text Example

White with #3FDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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