Html Css Color HEX #3FEBF6 Turquoise

📋 copy color: '#3FEBF6'

red 63 ◦ green 235 ◦ blue 246

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

Shades of Turquoise #3FEBF6

Tints of Turquoise #3FEBF6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.2%

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

R = 11.58%
G = 43.2%
B = 45.22%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3FEBF6 (or 0x3FEBF6) is known color: Turquoise. HEX triplet: 3F, EB and F6. RGB value is (63,235,246). Sum of RGB (Red+Green+Blue) = 63+235+246=544 (72% of max value = 765). Red value is 63 (25% from 255 or 11.58% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #3FEBF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEBF6 is #C01409. Grayscale: #B8B8B8. Windows color (decimal): -12588042 or 16182079. OLE color: 16182079.

HSL color Cylindrical-coordinate representation of color #3FEBF6: hue angle of 183.61º 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 #3FEBF6 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 235 246 -
CMYK 0.74 0.04 0 0.04
HSL 183.61º 0.91% 0.61% -
HSV(B) 183.61º 0.74% 0.96% -
XYZ 48.39 67.13 97.6 -
YUV 184.83 162.52 41.11 -
System Red Green Blue C M Y K H S L
Decimal 63 235 246 0.74 0.04 0 0.04 183.61 0.91 0.61
Hex 3F EB F6 4A 4 0 4 B8 5B 3D
Octal 77 353 366 112 4 0 4 270 133 75
Binary 111111 11101011 11110110 1001010 100 0 100 10111000 1011011 111101

Color Harmonies of #3FEBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEBF6

Black with #3FEBF6

Text Example


Text Example

White with #3FEBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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