Html Css Color HEX #3FEBFC Turquoise

📋 copy color: '#3FEBFC'

red 63 ◦ green 235 ◦ blue 252

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

Shades of Turquoise #3FEBFC

Tints of Turquoise #3FEBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.82%

R = 11.45%
G = 42.73%
B = 45.82%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3FEBFC (or 0x3FEBFC) is known color: Turquoise. HEX triplet: 3F, EB and FC. RGB value is (63,235,252). Sum of RGB (Red+Green+Blue) = 63+235+252=550 (72% of max value = 765). Red value is 63 (25% from 255 or 11.45% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FEBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEBFC is #C01403. Grayscale: #B9B9B9. Windows color (decimal): -12588036 or 16575295. OLE color: 16575295.

HSL color Cylindrical-coordinate representation of color #3FEBFC: hue angle of 185.4º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FEBFC is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 235 252 -
CMYK 0.75 0.07 0 0.01
HSL 185.4º 0.97% 0.62% -
HSV(B) 185.4º 0.75% 0.99% -
XYZ 49.33 67.5 102.52 -
YUV 185.51 165.52 40.62 -
System Red Green Blue C M Y K H S L
Decimal 63 235 252 0.75 0.07 0 0.01 185.4 0.97 0.62
Hex 3F EB FC 4B 7 0 1 B9 61 3E
Octal 77 353 374 113 7 0 1 271 141 76
Binary 111111 11101011 11111100 1001011 111 0 1 10111001 1100001 111110

Color Harmonies of #3FEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEBFC

Black with #3FEBFC

Text Example


Text Example

White with #3FEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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