Html Css Color HEX #3FDFE0 Turquoise

📋 copy color: '#3FDFE0'

red 63 ◦ green 223 ◦ blue 224

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

Shades of Turquoise #3FDFE0

Tints of Turquoise #3FDFE0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

 BLUE value IS 224 (87.89% from 255) = 43.92%

R = 12.35%
G = 43.73%
B = 43.92%

CMYK

 C value IS 0.72

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3FDFE0 (or 0x3FDFE0) is known color: Turquoise. HEX triplet: 3F, DF and E0. RGB value is (63,223,224). Sum of RGB (Red+Green+Blue) = 63+223+224=510 (67% of max value = 765). Red value is 63 (25% from 255 or 12.35% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #3FDFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFE0 is #C0201F. Grayscale: #AFAFAF. Windows color (decimal): -12591136 or 14737215. OLE color: 14737215.

HSL color Cylindrical-coordinate representation of color #3FDFE0: hue angle of 180.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFE0 is Cyan = 0.72, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 223 224 -
CMYK 0.72 0.00 0 0.12
HSL 180.37º 0.72% 0.56% -
HSV(B) 180.37º 0.72% 0.88% -
XYZ 41.89 59.21 79.74 -
YUV 175.27 155.49 47.92 -
System Red Green Blue C M Y K H S L
Decimal 63 223 224 0.72 0.00 0 0.12 180.37 0.72 0.56
Hex 3F DF E0 48 0 0 C B4 48 38
Octal 77 337 340 110 0 0 14 264 110 70
Binary 111111 11011111 11100000 1001000 0 0 1100 10110100 1001000 111000

Color Harmonies of #3FDFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDFE0

Black with #3FDFE0

Text Example


Text Example

White with #3FDFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,223,224); }

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

background-color css

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

 a { background-color: rgb(63,223,224); }

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

border-color css

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

 span { border-color: rgb(63,223,224); }

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