Html Css Color HEX #3FEAF6 Turquoise

📋 copy color: '#3FEAF6'

red 63 ◦ green 234 ◦ blue 246

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

Shades of Turquoise #3FEAF6

Tints of Turquoise #3FEAF6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.09%

 BLUE value IS 246 (96.48% from 255) = 45.3%

R = 11.6%
G = 43.09%
B = 45.3%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3FEAF6 (or 0x3FEAF6) is known color: Turquoise. HEX triplet: 3F, EA and F6. RGB value is (63,234,246). Sum of RGB (Red+Green+Blue) = 63+234+246=543 (71% of max value = 765). Red value is 63 (25% from 255 or 11.60% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #3FEAF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEAF6 is #C01509. Grayscale: #B8B8B8. Windows color (decimal): -12588298 or 16181823. OLE color: 16181823.

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

Color convert

RGB 63 234 246 -
CMYK 0.74 0.05 0 0.04
HSL 183.93º 0.91% 0.61% -
HSV(B) 183.93º 0.74% 0.96% -
XYZ 48.11 66.56 97.5 -
YUV 184.24 162.85 41.52 -
System Red Green Blue C M Y K H S L
Decimal 63 234 246 0.74 0.05 0 0.04 183.93 0.91 0.61
Hex 3F EA F6 4A 5 0 4 B8 5B 3D
Octal 77 352 366 112 5 0 4 270 133 75
Binary 111111 11101010 11110110 1001010 101 0 100 10111000 1011011 111101

Color Harmonies of #3FEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEAF6

Black with #3FEAF6

Text Example


Text Example

White with #3FEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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