Html Css Color HEX #3FDCEB Turquoise

📋 copy color: '#3FDCEB'

red 63 ◦ green 220 ◦ blue 235

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

Shades of Turquoise #3FDCEB

Tints of Turquoise #3FDCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.47%

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 12.16%
G = 42.47%
B = 45.37%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3FDCEB (or 0x3FDCEB) is known color: Turquoise. HEX triplet: 3F, DC and EB. RGB value is (63,220,235). Sum of RGB (Red+Green+Blue) = 63+220+235=518 (68% of max value = 765). Red value is 63 (25% from 255 or 12.16% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #3FDCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDCEB is #C02314. Grayscale: #AEAEAE. Windows color (decimal): -12591893 or 15457343. OLE color: 15457343.

HSL color Cylindrical-coordinate representation of color #3FDCEB: hue angle of 185.23º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDCEB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 220 235 -
CMYK 0.73 0.06 0 0.08
HSL 185.23º 0.81% 0.58% -
HSV(B) 185.23º 0.73% 0.92% -
XYZ 42.64 58.24 87.59 -
YUV 174.77 161.99 48.28 -
System Red Green Blue C M Y K H S L
Decimal 63 220 235 0.73 0.06 0 0.08 185.23 0.81 0.58
Hex 3F DC EB 49 6 0 8 B9 51 3A
Octal 77 334 353 111 6 0 10 271 121 72
Binary 111111 11011100 11101011 1001001 110 0 1000 10111001 1010001 111010

Color Harmonies of #3FDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCEB

Black with #3FDCEB

Text Example


Text Example

White with #3FDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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