Html Css Color HEX #3FDAFA Turquoise

📋 copy color: '#3FDAFA'

red 63 ◦ green 218 ◦ blue 250

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

Shades of Turquoise #3FDAFA

Tints of Turquoise #3FDAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.05%

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 11.86%
G = 41.05%
B = 47.08%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3FDAFA (or 0x3FDAFA) is known color: Turquoise. HEX triplet: 3F, DA and FA. RGB value is (63,218,250). Sum of RGB (Red+Green+Blue) = 63+218+250=531 (70% of max value = 765). Red value is 63 (25% from 255 or 11.86% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FDAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDAFA is #C02505. Grayscale: #AFAFAF. Windows color (decimal): -12592390 or 16439871. OLE color: 16439871.

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

Color convert

RGB 63 218 250 -
CMYK 0.75 0.13 0 0.02
HSL 190.27º 0.95% 0.61% -
HSV(B) 190.27º 0.75% 0.98% -
XYZ 44.38 58.1 99.32 -
YUV 175.3 170.15 47.9 -
System Red Green Blue C M Y K H S L
Decimal 63 218 250 0.75 0.13 0 0.02 190.27 0.95 0.61
Hex 3F DA FA 4B D 0 2 BE 5F 3D
Octal 77 332 372 113 15 0 2 276 137 75
Binary 111111 11011010 11111010 1001011 1101 0 10 10111110 1011111 111101

Color Harmonies of #3FDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDAFA

Black with #3FDAFA

Text Example


Text Example

White with #3FDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,218,250); }

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

background-color css

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

 a { background-color: rgb(63,218,250); }

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

border-color css

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

 span { border-color: rgb(63,218,250); }

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