Html Css Color HEX #3FCFDB Medium Turquoise

📋 copy color: '#3FCFDB'

red 63 ◦ green 207 ◦ blue 219

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

Shades of Medium Turquoise #3FCFDB

Tints of Medium Turquoise #3FCFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.33%

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 12.88%
G = 42.33%
B = 44.79%

CMYK

 C value IS 0.71

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3FCFDB (or 0x3FCFDB) is known color: Medium Turquoise. HEX triplet: 3F, CF and DB. RGB value is (63,207,219). Sum of RGB (Red+Green+Blue) = 63+207+219=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FCFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFDB is #C03024. Grayscale: #A5A5A5. Windows color (decimal): -12595237 or 14405439. OLE color: 14405439.

HSL color Cylindrical-coordinate representation of color #3FCFDB: hue angle of 184.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FCFDB is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 207 219 -
CMYK 0.71 0.05 0 0.14
HSL 184.62º 0.68% 0.55% -
HSV(B) 184.62º 0.71% 0.86% -
XYZ 37.15 50.8 74.86 -
YUV 165.31 158.29 55.02 -
System Red Green Blue C M Y K H S L
Decimal 63 207 219 0.71 0.05 0 0.14 184.62 0.68 0.55
Hex 3F CF DB 47 5 0 E B9 44 37
Octal 77 317 333 107 5 0 16 271 104 67
Binary 111111 11001111 11011011 1000111 101 0 1110 10111001 1000100 110111

Color Harmonies of #3FCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCFDB

Black with #3FCFDB

Text Example


Text Example

White with #3FCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,207,219); }

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

background-color css

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

 a { background-color: rgb(63,207,219); }

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

border-color css

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

 span { border-color: rgb(63,207,219); }

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