Html Css Color HEX #3FDBEA Turquoise

📋 copy color: '#3FDBEA'

red 63 ◦ green 219 ◦ blue 234

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

Shades of Turquoise #3FDBEA

Tints of Turquoise #3FDBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 12.21%
G = 42.44%
B = 45.35%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3FDBEA (or 0x3FDBEA) is known color: Turquoise. HEX triplet: 3F, DB and EA. RGB value is (63,219,234). Sum of RGB (Red+Green+Blue) = 63+219+234=516 (68% of max value = 765). Red value is 63 (25% from 255 or 12.21% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FDBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDBEA is #C02415. Grayscale: #ADADAD. Windows color (decimal): -12592150 or 15391551. OLE color: 15391551.

HSL color Cylindrical-coordinate representation of color #3FDBEA: hue angle of 185.26º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDBEA is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 219 234 -
CMYK 0.73 0.06 0 0.08
HSL 185.26º 0.8% 0.58% -
HSV(B) 185.26º 0.73% 0.92% -
XYZ 42.23 57.66 86.75 -
YUV 174.07 161.82 48.78 -
System Red Green Blue C M Y K H S L
Decimal 63 219 234 0.73 0.06 0 0.08 185.26 0.8 0.58
Hex 3F DB EA 49 6 0 8 B9 50 3A
Octal 77 333 352 111 6 0 10 271 120 72
Binary 111111 11011011 11101010 1001001 110 0 1000 10111001 1010000 111010

Color Harmonies of #3FDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDBEA

Black with #3FDBEA

Text Example


Text Example

White with #3FDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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