Html Css Color HEX #3FDCEE Turquoise

📋 copy color: '#3FDCEE'

red 63 ◦ green 220 ◦ blue 238

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

Shades of Turquoise #3FDCEE

Tints of Turquoise #3FDCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 12.09%
G = 42.23%
B = 45.68%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3FDCEE (or 0x3FDCEE) is known color: Turquoise. HEX triplet: 3F, DC and EE. RGB value is (63,220,238). Sum of RGB (Red+Green+Blue) = 63+220+238=521 (69% of max value = 765). Red value is 63 (25% from 255 or 12.09% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FDCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDCEE is #C02311. Grayscale: #AEAEAE. Windows color (decimal): -12591890 or 15653951. OLE color: 15653951.

HSL color Cylindrical-coordinate representation of color #3FDCEE: hue angle of 186.17º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FDCEE is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 220 238 -
CMYK 0.74 0.08 0 0.07
HSL 186.17º 0.84% 0.59% -
HSV(B) 186.17º 0.74% 0.93% -
XYZ 43.08 58.42 89.89 -
YUV 175.11 163.49 48.04 -
System Red Green Blue C M Y K H S L
Decimal 63 220 238 0.74 0.08 0 0.07 186.17 0.84 0.59
Hex 3F DC EE 4A 8 0 7 BA 54 3B
Octal 77 334 356 112 10 0 7 272 124 73
Binary 111111 11011100 11101110 1001010 1000 0 111 10111010 1010100 111011

Color Harmonies of #3FDCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCEE

Black with #3FDCEE

Text Example


Text Example

White with #3FDCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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