Html Css Color HEX #3FDBF4 Turquoise

📋 copy color: '#3FDBF4'

red 63 ◦ green 219 ◦ blue 244

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

Shades of Turquoise #3FDBF4

Tints of Turquoise #3FDBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.39%

R = 11.98%
G = 41.63%
B = 46.39%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3FDBF4 (or 0x3FDBF4) is known color: Turquoise. HEX triplet: 3F, DB and F4. RGB value is (63,219,244). Sum of RGB (Red+Green+Blue) = 63+219+244=526 (69% of max value = 765). Red value is 63 (25% from 255 or 11.98% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 244 - color contains mainly: blue. Hex color #3FDBF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDBF4 is #C0240B. Grayscale: #AEAEAE. Windows color (decimal): -12592140 or 16046911. OLE color: 16046911.

HSL color Cylindrical-coordinate representation of color #3FDBF4: hue angle of 188.29º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FDBF4 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 219 244 -
CMYK 0.74 0.10 0 0.04
HSL 188.29º 0.89% 0.6% -
HSV(B) 188.29º 0.74% 0.96% -
XYZ 43.71 58.25 94.53 -
YUV 175.21 166.82 47.97 -
System Red Green Blue C M Y K H S L
Decimal 63 219 244 0.74 0.10 0 0.04 188.29 0.89 0.6
Hex 3F DB F4 4A A 0 4 BC 59 3C
Octal 77 333 364 112 12 0 4 274 131 74
Binary 111111 11011011 11110100 1001010 1010 0 100 10111100 1011001 111100

Color Harmonies of #3FDBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDBF4

Black with #3FDBF4

Text Example


Text Example

White with #3FDBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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