Html Css Color HEX #3FECF8 Turquoise

📋 copy color: '#3FECF8'

red 63 ◦ green 236 ◦ blue 248

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

Shades of Turquoise #3FECF8

Tints of Turquoise #3FECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.14%

 BLUE value IS 248 (97.27% from 255) = 45.34%

R = 11.52%
G = 43.14%
B = 45.34%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3FECF8 (or 0x3FECF8) is known color: Turquoise. HEX triplet: 3F, EC and F8. RGB value is (63,236,248). Sum of RGB (Red+Green+Blue) = 63+236+248=547 (72% of max value = 765). Red value is 63 (25% from 255 or 11.52% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #3FECF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FECF8 is #C01307. Grayscale: #B9B9B9. Windows color (decimal): -12587784 or 16313407. OLE color: 16313407.

HSL color Cylindrical-coordinate representation of color #3FECF8: hue angle of 183.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FECF8 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 63 236 248 -
CMYK 0.75 0.05 0 0.03
HSL 183.89º 0.93% 0.61% -
HSV(B) 183.89º 0.75% 0.97% -
XYZ 48.99 67.82 99.32 -
YUV 185.64 163.19 40.52 -
System Red Green Blue C M Y K H S L
Decimal 63 236 248 0.75 0.05 0 0.03 183.89 0.93 0.61
Hex 3F EC F8 4B 5 0 3 B8 5D 3D
Octal 77 354 370 113 5 0 3 270 135 75
Binary 111111 11101100 11111000 1001011 101 0 11 10111000 1011101 111101

Color Harmonies of #3FECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FECF8

Black with #3FECF8

Text Example


Text Example

White with #3FECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,236,248); }

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

background-color css

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

 a { background-color: rgb(63,236,248); }

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

border-color css

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

 span { border-color: rgb(63,236,248); }

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