Html Css Color HEX #3FCFE5 Medium Turquoise

📋 copy color: '#3FCFE5'

red 63 ◦ green 207 ◦ blue 229

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

Shades of Medium Turquoise #3FCFE5

Tints of Medium Turquoise #3FCFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.89%

R = 12.63%
G = 41.48%
B = 45.89%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3FCFE5 (or 0x3FCFE5) is known color: Medium Turquoise. HEX triplet: 3F, CF and E5. RGB value is (63,207,229). Sum of RGB (Red+Green+Blue) = 63+207+229=499 (66% of max value = 765). Red value is 63 (25% from 255 or 12.63% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #3FCFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFE5 is #C0301A. Grayscale: #A6A6A6. Windows color (decimal): -12595227 or 15060799. OLE color: 15060799.

HSL color Cylindrical-coordinate representation of color #3FCFE5: hue angle of 187.95º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FCFE5 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 63 207 229 -
CMYK 0.72 0.10 0 0.10
HSL 187.95º 0.76% 0.57% -
HSV(B) 187.95º 0.72% 0.9% -
XYZ 38.51 51.34 82.01 -
YUV 166.45 163.29 54.21 -
System Red Green Blue C M Y K H S L
Decimal 63 207 229 0.72 0.10 0 0.10 187.95 0.76 0.57
Hex 3F CF E5 48 A 0 A BC 4C 39
Octal 77 317 345 110 12 0 12 274 114 71
Binary 111111 11001111 11100101 1001000 1010 0 1010 10111100 1001100 111001

Color Harmonies of #3FCFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCFE5

Black with #3FCFE5

Text Example


Text Example

White with #3FCFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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