Html Css Color HEX #3FDBFE Turquoise Blue

📋 copy color: '#3FDBFE'

red 63 ◦ green 219 ◦ blue 254

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

Shades of Turquoise Blue #3FDBFE

Tints of Turquoise Blue #3FDBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.86%

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 11.75%
G = 40.86%
B = 47.39%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3FDBFE (or 0x3FDBFE) is known color: Turquoise Blue. HEX triplet: 3F, DB and FE. RGB value is (63,219,254). Sum of RGB (Red+Green+Blue) = 63+219+254=536 (70% of max value = 765). Red value is 63 (25% from 255 or 11.75% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FDBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDBFE is #C02401. Grayscale: #B0B0B0. Windows color (decimal): -12592130 or 16702271. OLE color: 16702271.

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

Color convert

RGB 63 219 254 -
CMYK 0.75 0.14 0 0.00
HSL 190.99º 0.99% 0.62% -
HSV(B) 190.99º 0.75% 1% -
XYZ 45.27 58.88 102.74 -
YUV 176.35 171.82 47.15 -
System Red Green Blue C M Y K H S L
Decimal 63 219 254 0.75 0.14 0 0.00 190.99 0.99 0.62
Hex 3F DB FE 4B E 0 0 BF 63 3E
Octal 77 333 376 113 16 0 0 277 143 76
Binary 111111 11011011 11111110 1001011 1110 0 0 10111111 1100011 111110

Color Harmonies of #3FDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDBFE

Black with #3FDBFE

Text Example


Text Example

White with #3FDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,219,254); }

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

background-color css

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

 a { background-color: rgb(63,219,254); }

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

border-color css

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

 span { border-color: rgb(63,219,254); }

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